waf/waflib
James Harris 84fd982f4b Utils: only use msys2 paths from msys2 python
This patch attempts to detects if, when we are running from within an
MSYS2 environement (MSYSTEM is set) we are also executing inside an
MSYS2 provided version of python. It does this by assuming that if we
are not in a cygwin environment and we are building on windows, If the
value of sys.executable is /usr/bin or /bin or /usr/local/bin (somethign
unixy) then we are running in an MSYS2 python interpreter and shoudl
compensate for msys2 root paths. Otherwise we shouldn't be doing extra
path manipulation.
2019-02-26 17:26:32 +00:00
..
Tools javaw: add quiet=True to ant_globs to suppress warnings of globbing in build 2019-01-31 07:03:26 +01:00
extras buildcopy: Added warning if buildcopy is used without any files to copy 2019-01-25 12:25:28 +00:00
Build.py Address ntpath bug with empty prefix 2019-02-18 11:38:45 -06:00
ConfigSet.py Fix a few deprecation warnings 2019-01-16 06:51:14 +01:00
Configure.py Keep running configuration tests with parallel jobs 2018-11-21 22:01:20 +01:00
Context.py Fix a few deprecation warnings 2019-01-16 06:51:14 +01:00
Errors.py Update docs for 2018 2018-01-01 20:53:49 +01:00
Logs.py Fix a few deprecation warnings 2019-01-16 06:51:14 +01:00
Node.py docs 2018-04-02 12:06:54 +02:00
Options.py Update docs for 2018 2018-01-01 20:53:49 +01:00
Runner.py Fix the extra message "Broken revdeps" that may appear on certain build failures 2018-11-27 07:55:49 +01:00
Scripting.py Support multiple 'default_cmd' 2019-01-29 11:48:54 +01:00
Task.py Fix 4046e48ac1 from #2214 2019-02-24 10:50:44 +01:00
TaskGen.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
Utils.py Utils: only use msys2 paths from msys2 python 2019-02-26 17:26:32 +00:00
__init__.py Update docs for 2018 2018-01-01 20:53:49 +01:00
ansiterm.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
fixpy2.py Update docs for 2018 2018-01-01 20:53:49 +01:00
processor.py Update docs for 2018 2018-01-01 20:53:49 +01:00