diff options
author | UsernameIsAReservedWord <yoann@terminajones.com> | 2015-02-24 22:38:49 +0100 |
---|---|---|
committer | UsernameIsAReservedWord <yoann@terminajones.com> | 2015-02-24 22:38:49 +0100 |
commit | b3976ec14c0239faeed564ca105b2d27f5ac5ad7 (patch) | |
tree | 44e6cb69e5f35d7cce581abcf1377de2e125d89b /platform/windows | |
parent | fde7f11a559065af87dc345d34694f64eaa45e91 (diff) |
Update detect.py
Diffstat (limited to 'platform/windows')
-rw-r--r-- | platform/windows/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/windows/detect.py b/platform/windows/detect.py index 94e0b9853b..efd2e79cae 100644 --- a/platform/windows/detect.py +++ b/platform/windows/detect.py @@ -43,7 +43,7 @@ # For instance, you could store that set of commands into a .bat script
# that you would run just before scons :
#
-# set PATH=C:\mingw-w64\bin;%PATH%
+# set PATH=C:\mingw-w32\bin;%PATH%
# set PATH=C:\mingw-w64\bin;%PATH%
# set MINGW32_PREFIX=C:\mingw-w32\bin\
# set MINGW64_PREFIX=C:\mingw-w64\bin\
|