mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 13:48:02 +08:00
[c4core] builds on mac (#19269)
* [c4core] supports osx * add version files
This commit is contained in:
parent
f2e53addee
commit
e7c0115660
@ -1,9 +1,5 @@
|
||||
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
|
||||
vcpkg_fail_port_install(
|
||||
ON_TARGET "OSX"
|
||||
)
|
||||
|
||||
# Get c4core src
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "c4core",
|
||||
"version-date": "2021-07-18",
|
||||
"port-version": 1,
|
||||
"description": "Library of low-level C++ utilities",
|
||||
"homepage": "https://github.com/biojppm/c4core",
|
||||
"supports": "!osx"
|
||||
"homepage": "https://github.com/biojppm/c4core"
|
||||
}
|
||||
|
@ -1678,7 +1678,6 @@ zkpp:x64-windows-static-md=fail
|
||||
zkpp:arm64-windows=fail
|
||||
zkpp:x64-uwp=fail
|
||||
zkpp:arm-uwp=fail
|
||||
c4core:x64-osx=fail
|
||||
|
||||
# Official downloading server of CTP library is only guaranteed to be available during trading hours of China futures market
|
||||
# Skip CI to avoid random failures
|
||||
|
@ -1106,7 +1106,7 @@
|
||||
},
|
||||
"c4core": {
|
||||
"baseline": "2021-07-18",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"caf": {
|
||||
"baseline": "0.17.6",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c1ef064ec4033e2fca5504b4eb44338453050f7f",
|
||||
"version-date": "2021-07-18",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "eae79eece3a7383d94cc686275624cb49ee6a68e",
|
||||
"version-date": "2021-07-18",
|
||||
|
Loading…
Reference in New Issue
Block a user