We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827b696 commit 471ffd8Copy full SHA for 471ffd8
lib/Interpreter/CMakeLists.txt
@@ -116,7 +116,7 @@ endif()
116
117
if(EMSCRIPTEN)
118
# Read the undefined symbols from the text file
119
- file(READ "${CMAKE_SOURCE_DIR}/lib/Interpreter/undefined_symbols.txt" SYMBOLS_LIST)
+ file(READ "${CMAKE_SOURCE_DIR}/lib/Interpreter/exports.ld" SYMBOLS_LIST)
120
121
# Replace newlines with spaces
122
string(REPLACE "\n" " " SYMBOLS_LIST "${SYMBOLS_LIST}")
lib/Interpreter/undefined_symbols.txt lib/Interpreter/exports.ldlib/Interpreter/undefined_symbols.txt renamed to lib/Interpreter/exports.ld
0 commit comments