Skip to content

Commit e47f4d9

Browse files
[lldb] Conditionally add the swift OS plugin directory
1 parent 77c0016 commit e47f4d9

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)