mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-18 19:52:09 +01:00
Build universal x86_64/arm64 binaries on OS X
This commit is contained in:
parent
1871f85acc
commit
56c77df176
2
.github/workflows/osx.yml
vendored
2
.github/workflows/osx.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
- name: Create localization
|
||||
run: lrelease gpxsee.pro
|
||||
- name: Configure build
|
||||
run: qmake gpxsee.pro
|
||||
run: qmake gpxsee.pro QMAKE_APPLE_DEVICE_ARCHS="x86_64h arm64"
|
||||
- name: Build project
|
||||
run: make -j3
|
||||
- name: Create DMG
|
||||
|
Loading…
x
Reference in New Issue
Block a user