1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-02-11 18:09:40 -06:00
2024-03-05 16:42:40 +08:00

12 lines
226 B
Bash
Executable File

#!/bin/sh
set -e
set -x
set -o pipefail
export MACOSX_DEPLOYMENT_TARGET=10.12
mkdir build && cd build
cmake .. -GXcode -DBoost_INCLUDE_DIRS=${PWD}/../externals/ext-boost -DDYNARMIC_TESTS=0
xcodebuild -configuration Release