Home
last modified time | relevance | path

Searched full:msystem (Results 1 – 10 of 10) sorted by relevance

/third_party/ninja/
Dappveyor.yml10 - MSYSTEM: MINGW64
11 - MSYSTEM: LINUX
16 MSYSTEM: LINUX
18 MSYSTEM: MINGW64
24 - MSYSTEM: MINGW64
/third_party/icu/.ci-builds/
D.azure-pipelines.yml262 set MSYSTEM=MINGW64
266 set MSYSTEM=MINGW64
270 set MSYSTEM=MINGW64
/third_party/node/deps/npm/lib/utils/
Dis-windows.js3 !/^MINGW(32|64)$/.test(process.env.MSYSTEM) && process.env.TERM !== 'cygwin'
/third_party/libjpeg-turbo/
Dappveyor.yml29 set MSYSTEM=MINGW32
/third_party/node/deps/npm/test/lib/commands/
Dcompletion.js18 'process.env.msystem': 'nogmingw',
/third_party/lzma/C/
D7zip_gcc_c.mak98 ifdef MSYSTEM
/third_party/python/patches/
Dcpython_mingw_v3.11.4.patch1458 +if _os.environ.get('MSYSTEM', ''):
1482 +if sys.platform == "win32" and os.environ.get("MSYSTEM", ""):
1716 + if os.environ.get('MSYSTEM', ''):
2245 + env.pop("MSYSTEM", None)
5123 + char* msystem = getenv("MSYSTEM");
5124 + if (msystem != NULL && strcmp(msystem, "") != 0)
5177 + char* msystem = getenv("MSYSTEM");
5178 + if (msystem != NULL && strcmp(msystem, "") != 0)
6405 +if os.environ.get("MSYSTEM", ""):
6776 +if sys.platform == "win32" and os.environ.get("MSYSTEM", ""):
/third_party/gn/src/gn/
Dcommands.cc295 "MSYSTEM") && // Only for MinGW based shells like Git Bash in FixGitBashLabelEdit()
/third_party/lzma/CPP/7zip/
D7zip_gcc.mak116 ifdef MSYSTEM
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp173065 uint8_t GetSystem() const { return mSystem; } in GetSystem()
173074 uint8_t mSystem; member in mozilla::AnonymousCounterStyle