From c475eefac8f25fe0a9e8c58eaa7a85366fae0dc0 Mon Sep 17 00:00:00 2001 From: Benjamin Oldenburg Date: Tue, 2 May 2023 07:11:00 +0700 Subject: [PATCH] disallow static-crt --- ports/axcioma/vcpkg.json | 2 +- versions/a-/axcioma.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/axcioma/vcpkg.json b/ports/axcioma/vcpkg.json index 66a7cf94851..204a1d226b7 100644 --- a/ports/axcioma/vcpkg.json +++ b/ports/axcioma/vcpkg.json @@ -3,7 +3,7 @@ "version-date": "2023-04-26", "description": "AXCIOMA - Component Framework for Smart Information Systems", "homepage": "https://www.axcioma.org/", - "supports": "!(wasm32 & osx & uwp & ios & android & (windows & arm))", + "supports": "!(wasm32 & osx & uwp & ios & android & (windows & (arm | staticcrt)))", "dependencies": [ "openssl", "xerces-c", diff --git a/versions/a-/axcioma.json b/versions/a-/axcioma.json index f3e38378146..ff27f9fe7c6 100644 --- a/versions/a-/axcioma.json +++ b/versions/a-/axcioma.json @@ -1,7 +1,7 @@ { "versions": [ { - "git-tree": "677f78787574386a4ff084698f74d24e9f46fd48", + "git-tree": "01d23787c8e10f33c796bf50fcc237efa35c8972", "version-date": "2023-04-26", "port-version": 0 }