CI/MacOS: Don't use ninja for lunasvg
This commit is contained in:
parent
e127036ade
commit
7efa6291af
|
@ -388,9 +388,9 @@ echo "Building lunasvg..."
|
||||||
rm -fr "lunasvg-$LUNASVG"
|
rm -fr "lunasvg-$LUNASVG"
|
||||||
tar xf "lunasvg-$LUNASVG.tar.gz"
|
tar xf "lunasvg-$LUNASVG.tar.gz"
|
||||||
cd "lunasvg-$LUNASVG"
|
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
|
cmake --build build --parallel
|
||||||
ninja -C build install
|
cmake --install build
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
echo "Building soundtouch..."
|
echo "Building soundtouch..."
|
||||||
|
|
Loading…
Reference in New Issue