We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a316776 commit 7e58c24Copy full SHA for 7e58c24
llvm/cmake/modules/FindFFI.cmake
@@ -34,7 +34,7 @@ else()
34
endif()
35
36
37
-find_library(FFI_LIBRARIES ffi PATHS ${FFI_LIBRARY_DIR})
+find_library(FFI_LIBRARIES NAMES libffi.a ffi PATHS ${FFI_LIBRARY_DIR})
38
39
if(FFI_LIBRARIES)
40
include(CMakePushCheckState)
0 commit comments