Skip to content

Commit

Permalink
CI/MacOS: Don't use ninja for lunasvg
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Sep 6, 2024
1 parent 9c4739c commit fc48133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deps/build-dependencies-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,9 @@ echo "Building lunasvg..."
rm -fr "lunasvg-$LUNASVG"
tar xf "lunasvg-$LUNASVG.tar.gz"
cd "lunasvg-$LUNASVG"
cmake "${CMAKE_COMMON[@]}" "$CMAKE_ARCH_UNIVERSAL" -DBUILD_SHARED_LIBS=ON -DLUNASVG_BUILD_EXAMPLES=OFF -B build -G Ninja
cmake "${CMAKE_COMMON[@]}" "$CMAKE_ARCH_UNIVERSAL" -DBUILD_SHARED_LIBS=ON -DLUNASVG_BUILD_EXAMPLES=OFF -B build
cmake --build build --parallel
ninja -C build install
cmake --install build
cd ..

echo "Building soundtouch..."
Expand Down

0 comments on commit fc48133

Please sign in to comment.