Skip to content

Commit 52b61f8

Browse files
authored
Merge pull request #22748 from davezarzycki/cmake_libedit_dep
[CMake] Add missing libedit dependency
2 parents d3bad12 + 3479da8 commit 52b61f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Immediate/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ add_swift_host_library(swiftImmediate STATIC
1313
mcjit
1414
transformutils)
1515

16+
if(HAVE_UNICODE_LIBEDIT)
17+
target_link_libraries(swiftImmediate PRIVATE edit)
18+
endif()

0 commit comments

Comments
 (0)