disallow static-crt

This commit is contained in:
Benjamin Oldenburg 2023-05-02 07:11:00 +07:00
parent 22b59d2677
commit c475eefac8
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"version-date": "2023-04-26", "version-date": "2023-04-26",
"description": "AXCIOMA - Component Framework for Smart Information Systems", "description": "AXCIOMA - Component Framework for Smart Information Systems",
"homepage": "https://www.axcioma.org/", "homepage": "https://www.axcioma.org/",
"supports": "!(wasm32 & osx & uwp & ios & android & (windows & arm))", "supports": "!(wasm32 & osx & uwp & ios & android & (windows & (arm | staticcrt)))",
"dependencies": [ "dependencies": [
"openssl", "openssl",
"xerces-c", "xerces-c",

View File

@ -1,7 +1,7 @@
{ {
"versions": [ "versions": [
{ {
"git-tree": "677f78787574386a4ff084698f74d24e9f46fd48", "git-tree": "01d23787c8e10f33c796bf50fcc237efa35c8972",
"version-date": "2023-04-26", "version-date": "2023-04-26",
"port-version": 0 "port-version": 0
} }