Skip to content

Commit 7f98378

Browse files
committed
disable port limitations for cpptest and luabind
1 parent 80763f8 commit 7f98378

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vcpkg-ports/cpptest/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
1+
#vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
22

33
vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH

vcpkg-ports/luabind/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
1+
#vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
22

33
vcpkg_from_github(
44
OUT_SOURCE_PATH SOURCE_PATH

0 commit comments

Comments
 (0)