Skip to content

Commit b5b1aed

Browse files
authored
[cmake] Fix path to "emscan-deps" on windows (#25953)
1 parent fdf09f4 commit b5b1aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Modules/Platform/Emscripten.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ set(CMAKE_C_COMPILER_AR "${CMAKE_AR}")
8181
set(CMAKE_CXX_COMPILER_AR "${CMAKE_AR}")
8282
set(CMAKE_C_COMPILER_RANLIB "${CMAKE_RANLIB}")
8383
set(CMAKE_CXX_COMPILER_RANLIB "${CMAKE_RANLIB}")
84-
set(CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS "${EMSCRIPTEN_ROOT_PATH}/emscan-deps")
84+
set(CMAKE_CXX_COMPILER_CLANG_SCAN_DEPS "${EMSCRIPTEN_ROOT_PATH}/emscan-deps${EMCC_SUFFIX}")
8585

8686
# Capture the Emscripten version to EMSCRIPTEN_VERSION variable.
8787
if (NOT EMSCRIPTEN_VERSION)

0 commit comments

Comments
 (0)