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__/
300
300
! /triplets /x64-windows-static.cmake
301
301
! /triplets /x64-windows.cmake
302
302
! /triplets /x86-windows.cmake
303
-
304
303
! /triplets /community
305
304
! /triplets /community /**
306
305
@@ -321,4 +320,3 @@ prefab/
321
320
# ##################
322
321
pythonenv3.8 /
323
322
.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