Bug 1903638 - Remove last mention of $GCC in old-configure r=glandium

Differential Revision: https://phabricator.services.mozilla.com/D214308
This commit is contained in:
serge-sans-paille
2024-06-25 08:49:03 +00:00
parent 6b70aeda76
commit e1680d58bf
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ WINVER=0A00
case "$target" in case "$target" in
*-mingw*) *-mingw*)
if test "$GCC" != "yes"; then if test "$CC_TYPE" = clang-cl; then
# Check to see if we are really running in a msvc environemnt # Check to see if we are really running in a msvc environemnt
_WIN32_MSVC=1 _WIN32_MSVC=1

View File

@@ -77,7 +77,7 @@ WINVER=0A00
case "$target" in case "$target" in
*-mingw*) *-mingw*)
if test "$GCC" != "yes"; then if test "$CC_TYPE" = clang-cl; then
# Check to see if we are really running in a msvc environemnt # Check to see if we are really running in a msvc environemnt
_WIN32_MSVC=1 _WIN32_MSVC=1