aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorautoantwort <41973254+autoantwort@users.noreply.github.com>2021-08-05 12:12:31 +0200
committerGitHub <noreply@github.com>2021-08-05 03:12:31 -0700
commite7c01156600c7bbbcd33868af8fe16bf9c08948a (patch)
treecf742bed75213cd978c9ac14c3c47becdb92cd55 /ports
parentf2e53addee85fb94e1597b438ae65767efad6288 (diff)
downloadvcpkg-e7c01156600c7bbbcd33868af8fe16bf9c08948a.tar.gz
vcpkg-e7c01156600c7bbbcd33868af8fe16bf9c08948a.zip
[c4core] builds on mac (#19269)
* [c4core] supports osx * add version files
Diffstat (limited to 'ports')
-rw-r--r--ports/c4core/portfile.cmake4
-rw-r--r--ports/c4core/vcpkg.json4
2 files changed, 2 insertions, 6 deletions
diff --git a/ports/c4core/portfile.cmake b/ports/c4core/portfile.cmake
index 0e4ff81c2..a21081923 100644
--- a/ports/c4core/portfile.cmake
+++ b/ports/c4core/portfile.cmake
@@ -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
diff --git a/ports/c4core/vcpkg.json b/ports/c4core/vcpkg.json
index 7fdc6487b..e59d53476 100644
--- a/ports/c4core/vcpkg.json
+++ b/ports/c4core/vcpkg.json
@@ -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"
}