Skip to content

Commit e4d1e43

Browse files
committed
Don't build the pythonexec just yet
1 parent 18f39be commit e4d1e43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,12 @@ set(XEUS_CPP_SRC
205205
src/xparser.hpp
206206
src/xmagics/os.hpp
207207
src/xmagics/os.cpp
208-
src/xmagics/pythonexec.hpp
209-
src/xmagics/pythonexec.cpp
210208
)
211209

212210
if(EMSCRIPTEN)
213211
list(APPEND XEUS_CPP_SRC src/xinterpreter_wasm.cpp)
212+
else()
213+
list(APPEND XEUS_CPP_SRC src/xmagics/pythonexec.hpp src/xmagics/pythonexec.cpp)
214214
endif()
215215

216216
set(XEUS_CPP_MAIN_SRC

0 commit comments

Comments
 (0)