From e82147b0a9c8b454fa95516c9dab4bf4b1c8670f Mon Sep 17 00:00:00 2001 From: kleuter Date: Wed, 18 Aug 2021 21:29:42 +0200 Subject: [PATCH] path fix --- 5.15.2/compile_mac_dev.sh | 3 ++- 5.15.4/compile_mac_dev.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/5.15.2/compile_mac_dev.sh b/5.15.2/compile_mac_dev.sh index a642596..96d2e0a 100644 --- a/5.15.2/compile_mac_dev.sh +++ b/5.15.2/compile_mac_dev.sh @@ -3,7 +3,8 @@ makej () { make -j$(sysctl -n hw.ncpu) } -export PATH=$PATH:/usr/local/Qt-5.15.2/bin + +export PATH=$PATH:$(pwd)/qtbase/bin cd qtbase diff --git a/5.15.4/compile_mac_dev.sh b/5.15.4/compile_mac_dev.sh index 163e721..96d2e0a 100644 --- a/5.15.4/compile_mac_dev.sh +++ b/5.15.4/compile_mac_dev.sh @@ -3,7 +3,8 @@ makej () { make -j$(sysctl -n hw.ncpu) } -export PATH=$PATH:/usr/local/Qt-5.15.4/bin + +export PATH=$PATH:$(pwd)/qtbase/bin cd qtbase