termux-packages/packages/llbuild/lib-llvm-Support-CmakeLists.txt.patch

12 lines
443 B
Diff
Raw Normal View History

2019-09-03 14:38:01 +05:30
diff --git a/lib/llvm/Support/CMakeLists.txt b/lib/llvm/Support/CMakeLists.txt
index 8e79e18..a844183 100644
--- a/lib/llvm/Support/CMakeLists.txt
+++ b/lib/llvm/Support/CMakeLists.txt
2021-01-14 20:42:45 +05:30
@@ -65,5 +65,5 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
2019-09-03 14:38:01 +05:30
endif()
2020-03-25 15:40:13 +05:30
2021-01-14 20:42:45 +05:30
if(${CMAKE_SYSTEM_NAME} MATCHES "Android|Darwin|Linux")
- target_link_libraries(llvmSupport PRIVATE curses)
2020-03-25 15:40:13 +05:30
+ target_link_libraries(llvmSupport PRIVATE android-spawn curses)
2021-01-14 20:42:45 +05:30
endif()