Skip to content

Commit

Permalink
updates to cmake build for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfriend99 committed Sep 19, 2024
1 parent b1cb332 commit 98e8915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ else()
find_package(unofficial-libffi CONFIG REQUIRED)
find_path(FFI_INCLUDE_DIR ffi.h)
target_include_directories(clib PRIVATE ${FFI_INCLUDE_DIR})
target_link_libraries(clib PRIVATE unofficial::libffi::libffi)
target_link_libraries(clib unofficial::libffi::libffi)
endif()

if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
Expand Down

0 comments on commit 98e8915

Please sign in to comment.