Skip to content

Commit ab178ff

Browse files
committed
chore: do not link alsa statically
This causes compatibility issues. See #251
1 parent fca1695 commit ab178ff

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

vcpkg-triplets/base-linux.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ set(VCPKG_BUILD_TYPE release)
77
if(PORT STREQUAL "libflac")
88
set(VCPKG_CMAKE_CONFIGURE_OPTIONS -DBUILD_CXXLIBS=OFF)
99
endif()
10+
11+
if(PORT STREQUAL "alsa")
12+
set(VCPKG_CRT_LINKAGE dynamic)
13+
set(VCPKG_LIBRARY_LINKAGE dynamic)
14+
endif()

0 commit comments

Comments
 (0)