Skip to content

Commit 04d0215

Browse files
Merge pull request #10003 from felipepiovezan/felipe/fix_swiftless_builds
[lldb] Conditionally add the swift OS plugin directory
2 parents c4039b0 + e47f4d9 commit 04d0215

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
if (LLDB_ENABLE_PYTHON)
22
add_subdirectory(Python)
3-
add_subdirectory(SwiftTasks)
3+
if (LLDB_ENABLE_SWIFT_SUPPORT)
4+
add_subdirectory(SwiftTasks)
5+
endif()
46
endif()

0 commit comments

Comments
 (0)