mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:28:59 +08:00
4a2bc18713
* [llvm] update to v14.0.0 * [llvm] BOLT sub-project support * [llvm] fix tools install paths * [halide] update to v14.0.0 * update versions * [vcpkg-get-python-packages] fix "LOGNAME should be specified" warning * [mesa] update to v22.0.1 * update versions * update versions * update version * [mesa] update to 22.0.2 * update version * [mesa] update patches * update version * [llvm] update to v14.0.3 * update version * [llvm] remove depricated feature * [llvm] allow to build OpenMP on Windows and remove incomplete cross-compile support * update version * [llvm] use vcpkg_cmake_get_vars * [llvm/openmp] install CMake file in share/openmp * [llvm] add vcpkg-cmake-get-vars dependency and slip post build check if OpenMP is enabled * update version
17 lines
511 B
Diff
17 lines
511 B
Diff
llvm/cmake/modules/FindFFI.cmake | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/llvm/cmake/modules/FindFFI.cmake b/llvm/cmake/modules/FindFFI.cmake
|
|
index b0d859af8959..a756d0c8fdb0 100644
|
|
--- a/llvm/cmake/modules/FindFFI.cmake
|
|
+++ b/llvm/cmake/modules/FindFFI.cmake
|
|
@@ -34,7 +34,7 @@ else()
|
|
endif()
|
|
endif()
|
|
|
|
-find_library(FFI_LIBRARIES ffi PATHS ${FFI_LIBRARY_DIR})
|
|
+find_library(FFI_LIBRARIES ffi libffi PATHS ${FFI_LIBRARY_DIR})
|
|
|
|
if(FFI_LIBRARIES)
|
|
include(CMakePushCheckState)
|