Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benma committed Oct 30, 2024
1 parent 9a5e343 commit 87fe313
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontends/qt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ osx:
$(MAKE) clean
cd server && $(MAKE) macosx
$(MAKE) base
qmake -set MACOS_MIN_VERSION $(MACOS_MIN_VERSION)
ls ~/Qt/6.2.4/macos/bin/
~/Qt/6.2.4/macos/bin/qmake -set MACOS_MIN_VERSION $(MACOS_MIN_VERSION)
# See https://stackoverflow.com/questions/77136519/qmake-failing-with-sdk-14-ventura-13-5-2
qmake -early QMAKE_DEFAULT_LIBDIRS=$(shell xcrun -show-sdk-path)/usr/lib -o build/Makefile
~/Qt/6.2.4/macos/bin/qmake -early QMAKE_DEFAULT_LIBDIRS=$(shell xcrun -show-sdk-path)/usr/lib -o build/Makefile
cd build && $(MAKE)
mkdir build/osx
mv build/BitBox.app build/osx/
Expand Down

0 comments on commit 87fe313

Please sign in to comment.