File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,6 @@ __pycache__/
300300! /triplets /x64-windows-static.cmake
301301! /triplets /x64-windows.cmake
302302! /triplets /x86-windows.cmake
303-
304303! /triplets /community
305304! /triplets /community /**
306305
@@ -321,4 +320,3 @@ prefab/
321320# ##################
322321pythonenv3.8 /
323322.venv /
324-
Original file line number Diff line number Diff line change 1+ set (VCPKG_TARGET_ARCHITECTURE arm64)
2+ set (VCPKG_CRT_LINKAGE dynamic)
3+
4+ if (${PORT} MATCHES "soundtouch" )
5+ set (VCPKG_LIBRARY_LINKAGE dynamic)
6+ else ()
7+ set (VCPKG_LIBRARY_LINKAGE static )
8+ endif ()
Original file line number Diff line number Diff line change 1+ set (VCPKG_TARGET_ARCHITECTURE x64)
2+ set (VCPKG_CRT_LINKAGE dynamic)
3+
4+ if (${PORT} MATCHES "soundtouch" )
5+ set (VCPKG_LIBRARY_LINKAGE dynamic)
6+ else ()
7+ set (VCPKG_LIBRARY_LINKAGE static )
8+ endif ()
You can’t perform that action at this time.
0 commit comments