summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index ff22519..f70b2bf 100644
--- a/HACKING
+++ b/HACKING
@@ -35,7 +35,7 @@ Documentation guidelines:
Windows development:
- sudo apt-get install gcc-mingw32 wine
-- NINJA_PLATFORM=mingw ./gen-build-file.py > build.ninja
+- NINJA_PLATFORM=mingw ./configure
- Build gtest:
- unpack it into your source dir
- ./configure CC=i586-mingw32msvc-cc CXX=i586-mingw32msvc-c++