File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ cd $HOME
15
15
mkdir qt-static
16
16
cd qt-static
17
17
18
- rm -rf build install qt6.6.0-static-arm64-apple-darwin qt6.6.0-static-x64 -apple-darwin qt6.6.0-static-arm64-apple-darwin.tar.gz qt6.6.0-static-x64 -apple-darwin.tar.gz
18
+ rm -rf build install qt6.6.0-static-arm64-apple-darwin qt6.6.0-static-x86_64 -apple-darwin qt6.6.0-static-arm64-apple-darwin.tar.gz qt6.6.0-static-x86_64 -apple-darwin.tar.gz
19
19
20
20
git clone https://github.com/qt/qtbase.git --recursive
21
21
cd qtbase
@@ -49,8 +49,8 @@ if [[ $CPUTYPE == arm64 ]]; then
49
49
mv install qt6.6.0-static-arm64-apple-darwin
50
50
tar -czvf qt6.6.0-static-arm64-apple-darwin.tar.gz qt6.6.0-static-arm64-apple-darwin
51
51
else
52
- mv install qt6.6.0-static-x64 -apple-darwin
53
- tar -czvf qt6.6.0-static-x64 -apple-darwin.tar.gz qt6.6.0-static-x64 -apple-darwin
52
+ mv install qt6.6.0-static-x86_64 -apple-darwin
53
+ tar -czvf qt6.6.0-static-x86_64 -apple-darwin.tar.gz qt6.6.0-static-x86_64 -apple-darwin
54
54
fi
55
55
56
56
echo " Done! Find the package in $HOME /qt-static"
You can’t perform that action at this time.
0 commit comments