Skip to content

Commit

Permalink
Merge pull request #8 from flo-at/master
Browse files Browse the repository at this point in the history
make prepareModules-linux.sh script work without the aqt wrapper binary
  • Loading branch information
jvxgit authored May 4, 2024
2 parents d0ab1fe + 01ba0f9 commit 0a8f1ef
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 0a8f1ef

Please sign in to comment.