Skip to content

Commit bcc0726

Browse files
author
schm1dtmac
committed
Update build-mac-arm64.sh
1 parent 8e0ceae commit bcc0726

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.ci/build-mac-arm64.sh

-3
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ if [ ! -d "/tmp/Qt/$QT_VER" ]; then
7171
git clone https://github.com/engnr/qt-downloader.git
7272
cd qt-downloader
7373
git checkout f52efee0f18668c6d6de2dec0234b8c4bc54c597
74-
# nested Qt 6.8.0 URL workaround
75-
sed -i '' "s/'qt{0}_{0}{1}{2}'.format(major, minor, patch)]))/'qt{0}_{0}{1}{2}'.format(major, minor, patch), 'qt{0}_{0}{1}{2}'.format(major, minor, patch)]))/g" qt-downloader
76-
sed -i '' "s/'{}\/{}\/qt{}_{}\/'/'{0}\/{1}\/qt{2}_{3}\/qt{2}_{3}\/'/g" qt-downloader
7774
cd "/tmp/Qt"
7875
"$BREW_X64_PATH/bin/pipenv" run pip3 install py7zr requests semantic_version lxml
7976
mkdir -p "$QT_VER/macos" ; ln -s "macos" "$QT_VER/clang_64"

0 commit comments

Comments
 (0)