We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bfeffb commit 3a239a4Copy full SHA for 3a239a4
configure.ac
@@ -1381,6 +1381,7 @@ AC_ARG_WITH([suffix],
1381
[Emscripten/browser*], [EXEEXT=.js],
1382
[Emscripten/node*], [EXEEXT=.js],
1383
[WASI/*], [EXEEXT=.wasm],
1384
+ [MINGW*], [EXEEXT=.exe],
1385
[EXEEXT=]
1386
)
1387
])
@@ -1404,6 +1405,10 @@ else
1404
1405
fi
1406
rmdir CaseSensitiveTestDir
1407
1408
+AS_CASE([$ac_sys_system],
1409
+ [MINGW], [BUILDEXEEXT=".exe"]
1410
+)
1411
+
1412
case $ac_sys_system in
1413
hp*|HP*)
1414
case $CC in
0 commit comments