Skip to content

Commit 2460dfb

Browse files
authored
Debug
1 parent 1fe2ac4 commit 2460dfb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Interpreter/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ endif()
5555

5656
if(NOT WIN32 AND NOT EMSCRIPTEN)
5757
list(APPEND link_libs dl)
58-
endif()
5958

6059
# Get rid of libLLVM-X.so which is appended to the list of static libraries.
6160
if (LLVM_LINK_LLVM_DYLIB)
@@ -111,7 +110,7 @@ endif()
111110
LINK_LIBS
112111
${link_libs}
113112
)
114-
113+
endif()
115114

116115
if(EMSCRIPTEN)
117116
# FIXME: When dynamically linking the Emscripten shared library to the

0 commit comments

Comments
 (0)