diff options
| author | James Athey <james.athey@gmail.com> | 2021-08-18 20:24:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-18 17:24:14 -0700 |
| commit | bd7fc2c75b87b815c96abff1990a0d2333b20d6d (patch) | |
| tree | 562e2a3d8c9fee46b484c401c850eaae91baa3e0 /scripts | |
| parent | 27d8b2976421e39066e31b4e4b78d29d310b46f5 (diff) | |
| download | vcpkg-bd7fc2c75b87b815c96abff1990a0d2333b20d6d.tar.gz vcpkg-bd7fc2c75b87b815c96abff1990a0d2333b20d6d.zip | |
[libconfig] fix compilation errors on macos (#19374)
* remove "find_path(STDINT_H stdint.h)". On clang/macos, this picks up the kernel headers version of stdint.h, instead of the C standard library, breaking compilation
* only define YY_NO_UNISTD_H and YY_USE_CONST on Windows, like the upstream CMakeLists.txt
* set the C standard to C99, like the upstream CMakeLists.txt
* update to 1.7.3
* remove the "fail" line from ci.baseline.txt
* run ./vcpkg x-add-version --all to update metadata files
* reset port-version
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ci.baseline.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index ee3dec09c..1129af095 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -542,7 +542,6 @@ libbson:x64-uwp=fail libcds:arm64-windows=fail libcds:arm-uwp=fail libcds:x64-uwp=fail -libconfig:x64-osx=fail libcopp:arm64-windows=fail libcopp:arm-uwp=fail libcrafter:x86-windows=fail |
