From 94722b1677badce49386ead9a75680c10be867cf Mon Sep 17 00:00:00 2001 From: Eric Kilmer Date: Tue, 18 May 2021 16:06:02 -0400 Subject: [PATCH] Use cxx-common 0.1.4 (#517) Fixes for building with latest MacOS 11 development tools --- scripts/build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index b3afbe27f..e9eed214e 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -27,7 +27,7 @@ LLVM_VERSION=llvm-11 OS_VERSION= ARCH_VERSION= BUILD_FLAGS= -CXX_COMMON_VERSION="v0.1.3" +CXX_COMMON_VERSION="v0.1.4" # There are pre-build versions of various libraries for specific # Ubuntu releases. @@ -116,8 +116,6 @@ function DownloadVcpkgLibraries TAR_OPTIONS="" fi - # NOTE: export-raw is the directory that vcpkg used for exporting raw file tree - # we want to rename it ( set -x tar -xJf "${GITHUB_LIBS}" ${TAR_OPTIONS}