We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca1695 commit ab178ffCopy full SHA for ab178ff
1 file changed
vcpkg-triplets/base-linux.cmake
@@ -7,3 +7,8 @@ set(VCPKG_BUILD_TYPE release)
7
if(PORT STREQUAL "libflac")
8
set(VCPKG_CMAKE_CONFIGURE_OPTIONS -DBUILD_CXXLIBS=OFF)
9
endif()
10
+
11
+if(PORT STREQUAL "alsa")
12
+ set(VCPKG_CRT_LINKAGE dynamic)
13
+ set(VCPKG_LIBRARY_LINKAGE dynamic)
14
+endif()
0 commit comments