mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +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…
Reference in New Issue
Block a user