Skip to content

Commit

Permalink
Use cxx-common 0.1.4 (#517)
Browse files Browse the repository at this point in the history
Fixes for building with latest MacOS 11 development tools
  • Loading branch information
ekilmer authored May 18, 2021
1 parent 1b415d6 commit 94722b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 94722b1

Please sign in to comment.