Skip to content

Commit

Permalink
[libftp] Do not support dynamic linking for Windows only
Browse files Browse the repository at this point in the history
Co-authored-by: Kai Pastor <[email protected]>
  • Loading branch information
deniskovalchuk and dg0yt authored Nov 14, 2024
1 parent 6b9cafc commit e3d77c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ports/libftp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
if(VCPKG_TARGET_IS_WINDOWS)
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
endif()

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
Expand Down

0 comments on commit e3d77c9

Please sign in to comment.