mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
build-system: macOS universal builds imply Qt6 builds
Qt5 doesn't support the m1. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
efdc525a22
commit
51590853eb
1 changed files with 2 additions and 0 deletions
|
@ -80,7 +80,9 @@ while [[ $# -gt 0 ]] ; do
|
||||||
-fat-build)
|
-fat-build)
|
||||||
# build a fat binary for macOS
|
# build a fat binary for macOS
|
||||||
# ignored on other platforms
|
# ignored on other platforms
|
||||||
|
# this implies a Qt6 build (as m1 isn't supported in Qt5)
|
||||||
ARCHS="arm64 x86_64"
|
ARCHS="arm64 x86_64"
|
||||||
|
BUILD_WITH_QT6="1"
|
||||||
;;
|
;;
|
||||||
-build-prefix)
|
-build-prefix)
|
||||||
# instead of building in build & build-mobile in the current directory, build in <buildprefix>build
|
# instead of building in build & build-mobile in the current directory, build in <buildprefix>build
|
||||||
|
|
Loading…
Reference in a new issue