mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-21 17:43:38 +08:00
disallow static-crt
This commit is contained in:
parent
22b59d2677
commit
c475eefac8
@ -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",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "677f78787574386a4ff084698f74d24e9f46fd48",
|
||||
"git-tree": "01d23787c8e10f33c796bf50fcc237efa35c8972",
|
||||
"version-date": "2023-04-26",
|
||||
"port-version": 0
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user