Skip to content

Commit

Permalink
Removed VCPKG_POLICY_SKIP_CRT_LINKAGE_CHECK and removed staticcrt tri…
Browse files Browse the repository at this point in the history
…plets from suported list
  • Loading branch information
JoergAtGithub committed Nov 12, 2024
1 parent 346df43 commit 0dfecb7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions ports/vst3sdk/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,3 @@ file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/include/vst3sdk/public.sdk/source/vst/hosting/test"
"${CURRENT_PACKAGES_DIR}/include/vst3sdk/public.sdk/source/vst/utility/test"
)

# Suppress CRT linkage check
set(VCPKG_POLICY_SKIP_CRT_LINKAGE_CHECK enabled)
2 changes: 1 addition & 1 deletion ports/vst3sdk/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Virtual Studio Technology (VST) is an audio plug-in software interface that facilitates the integration of software synthesizers and effects in digital audio workstations (DAW)",
"homepage": "https://steinbergmedia.github.io/vst3_dev_portal/pages/Technical+Documentation/API+Documentation/Index.html",
"license": "GPL-3.0-only",
"supports": "!android & !uwp & !(arm64 & windows)",
"supports": "!android & !uwp & !(arm64 & windows) & !staticcrt",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion versions/v-/vst3sdk.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "1c1a3be51174e3ea739244ee020eec6304dd50a2",
"git-tree": "cf72d3790530ab523bbc5065c83e5a0852d13314",
"version-string": "v3.7.12_build_20",
"port-version": 0
}
Expand Down

0 comments on commit 0dfecb7

Please sign in to comment.