Skip to content

Commit

Permalink
make prepareModules-linux.sh script work without the aqt wrapper binary
Browse files Browse the repository at this point in the history
Depending on the distribution, the aqt binary is not installed or the
path is not set correctly. Calling the python interpreter instead always
works.
  • Loading branch information
Florian Wickert committed May 3, 2024
1 parent f740340 commit 01ba0f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
# aqt list-qt linux desktop --arch 5.15.2
if [ ! -d "qt/$1/$2" ]; then
echo aqt install-qt linux desktop $1 $2 -O qt
aqt install-qt linux desktop $1 $2 -O qt
python3 -m aqt install-qt linux desktop $1 $2 -O qt
fi

0 comments on commit 01ba0f9

Please sign in to comment.