Skip to content

Commit

Permalink
[ci] Minor macos build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Dec 11, 2023
1 parent a494ef1 commit 1e9df4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/osx-package.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export PATH=/usr/local/bin:$PATH
export XCODE_ROOT=/Applications/Xcode_15.0.app
sudo xcode-select -s $XCODE_ROOT

xcrun /usr/local/bin/cninja macos-release -- \
xcrun /usr/local/bin/cninja -S $PWD -B build macos-release -- \
-DOSSIA_SDK="$OSSIA_SDK" \
-DCMAKE_INSTALL_PREFIX="$PWD/install"

Expand All @@ -16,14 +16,14 @@ find . -type f -name 'ossia score' \
|| exit 1

(
cd build-*
cd build
echo "Installing OssiaScore: "
xcrun cmake --install . --strip --component OssiaScore
)


(
cd build-*
cd build
echo "Installing Devel: "
xcrun cmake --install . --strip --component Devel --prefix "$SDK_DIR/usr"
)
Expand Down

0 comments on commit 1e9df4f

Please sign in to comment.