Skip to content

Commit

Permalink
Work on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Dec 1, 2023
1 parent 96b1544 commit 145d21f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion buildscript-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,21 @@
# Fail on first error
set -e

echo
echo "libzip for macOS"

$Qt6_DIR_BASE/macos/bin/qt-cmake \
-G Ninja \
-S libzip \
-B build-libzip-macOS \
-DENABLE_ZSTD=OFF \
-DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" \
-DCMAKE_INSTALL_PREFIX=$Qt6_DIR_BASE/macos \
cmake --build build-libzip-macOS
cmake --install build-libzip-macOS

echo
echo "maplibre for macOS Desktop"
echo "maplibre for macOS"

$Qt6_DIR_BASE/macos/bin/qt-cmake \
-S maplibre-native-qt \
Expand Down

0 comments on commit 145d21f

Please sign in to comment.