Skip to content

Commit 94722b1

Browse files
authored
Use cxx-common 0.1.4 (#517)
Fixes for building with latest MacOS 11 development tools
1 parent 1b415d6 commit 94722b1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ LLVM_VERSION=llvm-11
2727
OS_VERSION=
2828
ARCH_VERSION=
2929
BUILD_FLAGS=
30-
CXX_COMMON_VERSION="v0.1.3"
30+
CXX_COMMON_VERSION="v0.1.4"
3131

3232
# There are pre-build versions of various libraries for specific
3333
# Ubuntu releases.
@@ -116,8 +116,6 @@ function DownloadVcpkgLibraries
116116
TAR_OPTIONS=""
117117
fi
118118

119-
# NOTE: export-raw is the directory that vcpkg used for exporting raw file tree
120-
# we want to rename it
121119
(
122120
set -x
123121
tar -xJf "${GITHUB_LIBS}" ${TAR_OPTIONS}

0 commit comments

Comments
 (0)