From 9fd645149748f667ab805a01715e1075b818f014 Mon Sep 17 00:00:00 2001 From: anutosh491 Date: Mon, 3 Mar 2025 16:06:37 +0530 Subject: [PATCH] Bump to xeus 5.2.0 --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d2a3ad37..575fb303 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -445,7 +445,6 @@ if(EMSCRIPTEN) # TODO: Remove the exported runtime methods # after the next xeus release. target_link_options(xcpp - PUBLIC "SHELL: -s EXPORTED_RUNTIME_METHODS='[\"FS\",\"PATH\",\"LDSO\",\"loadDynamicLibrary\",\"ERRNO_CODES\"]'" PUBLIC "SHELL: --preload-file ${SYSROOT_PATH}/include@/include" PUBLIC "SHELL: --preload-file ${XEUS_CPP_DATA_DIR}@/share/xeus-cpp" PUBLIC "SHELL: --preload-file ${XEUS_CPP_CONF_DIR}@/etc/xeus-cpp"