mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-19 08:42:16 +00:00
11 lines
388 B
Diff
11 lines
388 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -128,7 +128,6 @@
|
|
target_include_directories(tjs PRIVATE ${TMP_INSTALL_DIR}/usr/local/include)
|
|
target_link_libraries(tjs libffi_a)
|
|
else()
|
|
- find_library(FFI_LIB NAMES libffi ffi)
|
|
find_path(FFI_INCLUDE_DIR NAMES ffi.h)
|
|
target_include_directories(tjs PRIVATE ${FFI_INCLUDE_DIR})
|
|
target_link_libraries(tjs ${FFI_LIB})
|