Skip to content

Commit 32c6236

Browse files
authored
Attempt fix for MacOS Emscripten build
1 parent 42090f6 commit 32c6236

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ if(EMSCRIPTEN)
7272
PUBLIC "SHELL: --preload-file ../${XEUS_CPP_DATA_DIR}@/share/xeus-cpp"
7373
PUBLIC "SHELL: --preload-file ../${XEUS_CPP_CONF_DIR}@/etc/xeus-cpp"
7474
PUBLIC "SHELL: --emrun"
75+
PUBLIC "SHELL: -s MINIFY_HTML=0"
7576
)
7677

7778
target_include_directories(test_xeus_cpp PRIVATE ${XEUS_CPP_INCLUDE_DIR})

0 commit comments

Comments
 (0)