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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user