Skip to content

Commit

Permalink
port patch for QT 5.11 on mac from: (#7240)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Feb 28, 2021
1 parent 7afc918 commit 2e75be3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/m4/qmake.m4
Expand Up @@ -42,6 +42,7 @@ if test -n "$QMAKE"; then
echo 'cat $MAKEFILE | \
sed "s/-arch@<:@\\@:>@* i386//g" | \
sed "s/-arch@<:@\\@:>@* x86_64//g" | \
sed "s/-arch \$(arch)//g" | \
sed "s/-arch//g" | \
sed "s/-Xarch@<:@^ @:>@*//g" > $MAKEFILE.fixed && \
mv $MAKEFILE.fixed $MAKEFILE' >> qmake.sh
Expand Down

0 comments on commit 2e75be3

Please sign in to comment.