From 87fe3136cd92b5968f8485c2534addf785f3eea5 Mon Sep 17 00:00:00 2001 From: Marko Bencun Date: Wed, 30 Oct 2024 15:50:38 +0100 Subject: [PATCH] wip --- frontends/qt/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontends/qt/Makefile b/frontends/qt/Makefile index a98b1321f3..03d190c647 100644 --- a/frontends/qt/Makefile +++ b/frontends/qt/Makefile @@ -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/