Skip to content

Commit c320bed

Browse files
authored
Fix previous COMMIT
1 parent 2460dfb commit c320bed

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
@@ -102,6 +102,7 @@ endif()
102102
clangStaticAnalyzerCore
103103
)
104104
endif(LLVM_LINK_LLVM_DYLIB)
105+
endif()
105106
add_llvm_library(clangCppInterOp
106107
DISABLE_LLVM_LINK_LLVM_DYLIB
107108
CppInterOp.cpp
@@ -110,7 +111,6 @@ endif()
110111
LINK_LIBS
111112
${link_libs}
112113
)
113-
endif()
114114

115115
if(EMSCRIPTEN)
116116
# FIXME: When dynamically linking the Emscripten shared library to the

0 commit comments

Comments
 (0)