Skip to content

Commit e2521fe

Browse files
authored
Update CMakeLists.txt
1 parent 4bfaa63 commit e2521fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Interpreter/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ if(EMSCRIPTEN)
118118
# FIXME: When dynamically linking the Emscripten shared library to the
119119
# unit tests main_module you get errors due to undefined symbols. The reading of the file
120120
# below into a SYMBOLS_LIST variable is a temporary workaround that exports the undefined
121-
# symbols from the shared library, until it can be determined why they are not being exported already.
121+
# symbols from the shared library, until it can be determined why they are not being exported already.
122122
file(READ "${CMAKE_SOURCE_DIR}/lib/Interpreter/exports.ld" SYMBOLS_LIST)
123123

124124
# Replace newlines with spaces

0 commit comments

Comments
 (0)