Skip to content

Commit 53a8817

Browse files
authored
chore: Change x64 to x86_64 for macOS build script
1 parent 2890af2 commit 53a8817

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

macos-build.zsh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cd $HOME
1515
mkdir qt-static
1616
cd qt-static
1717

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
1919

2020
git clone https://github.com/qt/qtbase.git --recursive
2121
cd qtbase
@@ -49,8 +49,8 @@ if [[ $CPUTYPE == arm64 ]]; then
4949
mv install qt6.6.0-static-arm64-apple-darwin
5050
tar -czvf qt6.6.0-static-arm64-apple-darwin.tar.gz qt6.6.0-static-arm64-apple-darwin
5151
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
5454
fi
5555

5656
echo "Done! Find the package in $HOME/qt-static"

0 commit comments

Comments
 (0)