File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11# install dependencies for C++ analysis
22set -e
33
4+ # setup homebrew for x86_64
5+ /bin/bash -c " $( curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh) "
6+ eval " $( /usr/local/bin/brew shellenv) "
7+
48# install dependencies
59dependencies=(
610 " boost"
@@ -12,7 +16,7 @@ dependencies=(
1216 " opus"
1317 " pkg-config"
1418)
15- arch -arm64 brew install " ${dependencies[@]} "
19+ brew install " ${dependencies[@]} "
1620
1721# build
1822mkdir -p build
@@ -22,8 +26,7 @@ cmake \
2226 -S . \
2327 -DBOOST_USE_STATIC=OFF \
2428 -DBUILD_DOCS=OFF \
25- -DBUILD_WERROR=ON \
26- -DCMAKE_TOOLCHAIN_FILE=" ./cmake/toolchains/Darwin-arm64.cmake"
29+ -DBUILD_WERROR=ON
2730ninja -C build
2831
2932# skip autobuild
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments