We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d96055 commit 9b84674Copy full SHA for 9b84674
1 file changed
cmake/Platform/Emscripten.cmake
@@ -24,10 +24,10 @@ endif()
24
25
# Specify the compilers to use for C and C++
26
if ("${CMAKE_C_COMPILER}" STREQUAL "")
27
- set(CMAKE_C_COMPILER "emcc")
28
- set(CMAKE_CXX_COMPILER "em++")
29
- set(CMAKE_AR "emar")
30
- set(CMAKE_RANLIB "emranlib")
+ set(CMAKE_C_COMPILER "emcc.exe")
+ set(CMAKE_CXX_COMPILER "em++.exe")
+ set(CMAKE_AR "emar.exe")
+ set(CMAKE_RANLIB "emranlib.exe")
31
endif()
32
33
set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
0 commit comments