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 adddacc commit 5391dcdCopy full SHA for 5391dcd
CMakeLists.txt
@@ -432,11 +432,8 @@ endif()
432
433
if(EMSCRIPTEN)
434
# Ensure required SDL2 ports (e.g. SDL2) are built before header preloading
435
- if (CMAKE_C_COMPILER MATCHES ".bat")
436
- set(embuilder_suffix .bat)
437
- endif()
438
execute_process(
439
- COMMAND embuilder${embuilder_suffix} build sdl2
+ COMMAND embuilder${EMCC_SUFFIX} build sdl2
440
RESULT_VARIABLE SDL2_RESULT
441
)
442
if(NOT SDL2_RESULT EQUAL 0)
0 commit comments