Skip to content

Commit 471ffd8

Browse files
authored
Rename undefined_symbols.txt to exports.ld
1 parent 827b696 commit 471ffd8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/Interpreter/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ endif()
116116

117117
if(EMSCRIPTEN)
118118
# Read the undefined symbols from the text file
119-
file(READ "${CMAKE_SOURCE_DIR}/lib/Interpreter/undefined_symbols.txt" SYMBOLS_LIST)
119+
file(READ "${CMAKE_SOURCE_DIR}/lib/Interpreter/exports.ld" SYMBOLS_LIST)
120120

121121
# Replace newlines with spaces
122122
string(REPLACE "\n" " " SYMBOLS_LIST "${SYMBOLS_LIST}")

0 commit comments

Comments
 (0)