Skip to content

Commit 753fa99

Browse files
authored
Update CMakeLists.txt
1 parent a6b2e81 commit 753fa99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,14 @@ function(configure_kernel kernel)
129129
string(REPLACE "\\" "/" XEUS_CPP_INCLUDE_DIR "${XEUS_CPP_INCLUDE_DIR}")
130130
endif()
131131
if(EMSCRIPTEN)
132-
set(prefix "wasm")
132+
set(prefix "wasm_")
133133
else()
134134
set(XEUS_CPP_PATH "$ENV{PATH}")
135135
set(XEUS_CPP_LD_LIBRARY_PATH "$ENV{LD_LIBRARY_PATH}")
136136
set(XEUS_CPP_INCLUDE_DIR ${CMAKE_INSTALL_PREFIX}/include)
137137
endif()
138138
configure_file(
139-
"${CMAKE_CURRENT_SOURCE_DIR}${kernel}${prefix}_kernel.json.in"
139+
"${CMAKE_CURRENT_SOURCE_DIR}${kernel}${prefix}kernel.json.in"
140140
"${CMAKE_CURRENT_BINARY_DIR}${kernel}kernel.json"
141141
)
142142
configure_file(

0 commit comments

Comments
 (0)