Skip to content

Commit

Permalink
configure.ac: set BUILDEXEEXT and EXEEXT
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Aug 25, 2023
1 parent 7bfeffb commit 3a239a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,7 @@ AC_ARG_WITH([suffix],
[Emscripten/browser*], [EXEEXT=.js],
[Emscripten/node*], [EXEEXT=.js],
[WASI/*], [EXEEXT=.wasm],
[MINGW*], [EXEEXT=.exe],
[EXEEXT=]
)
])
Expand All @@ -1404,6 +1405,10 @@ else
fi
rmdir CaseSensitiveTestDir

AS_CASE([$ac_sys_system],
[MINGW], [BUILDEXEEXT=".exe"]
)

case $ac_sys_system in
hp*|HP*)
case $CC in
Expand Down

0 comments on commit 3a239a4

Please sign in to comment.