Skip to content

Commit ca7676a

Browse files
authored
lldb: fix the build after #3537
Fix the unified build; this should repair the CI: https://ci-external.swift.org/job/oss-swift-windows-toolchain-x86_64-vs2019/562/
1 parent de273e3 commit ca7676a

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)