Skip to content

Commit 6f0e2b2

Browse files
authored
Merge pull request #3740 from apple/compnerd/ci
lldb: fix the build after #3537
2 parents ab87766 + ca7676a commit 6f0e2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/ExpressionParser/Swift/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ if(NOT LLDB_BUILT_STANDALONE)
22
set(tablegen_deps intrinsics_gen)
33
endif()
44

5-
if (NOT BOOTSTRAPPING_MODE)
5+
if (NOT BOOTSTRAPPING_MODE AND LLDB_BUILT_STANDALONE)
66
add_library(swiftCompilerModules ALIAS swiftCompilerStub)
77
endif()
88

0 commit comments

Comments
 (0)