Skip to content

Commit e33c068

Browse files
author
schm1dtmac
committed
Update build-mac.sh
1 parent bcc0726 commit e33c068

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.ci/build-mac.sh

-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ if [ ! -d "/tmp/Qt/$QT_VER" ]; then
3939
git clone https://github.com/engnr/qt-downloader.git
4040
cd qt-downloader
4141
git checkout f52efee0f18668c6d6de2dec0234b8c4bc54c597
42-
# nested Qt 6.8.0 URL workaround
43-
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
44-
sed -i '' "s/'{}\/{}\/qt{}_{}\/'/'{0}\/{1}\/qt{2}_{3}\/qt{2}_{3}\/'/g" qt-downloader
4542
cd "/tmp/Qt"
4643
"$BREW_X64_PATH/bin/pipenv" run pip3 install py7zr requests semantic_version lxml
4744
mkdir -p "$QT_VER/macos" ; ln -s "macos" "$QT_VER/clang_64"

0 commit comments

Comments
 (0)