Skip to content

Commit 340d551

Browse files
committed
Fix universal architecture compilation of myth on mac.
Following 456083c, found that qmake handle compilation arguments differently according to them being between quotes or not [cherry-picked from e34c8d7]
1 parent df257b1 commit 340d551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mythtv/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4766,7 +4766,7 @@ EOF
47664766

47674767
# Should be done on all platforms, but for the time being limit it to mac only
47684768
if enabled darwin; then
4769-
echo "QMAKE_LFLAGS+=$LDFLAGS" >> $TMPMAK
4769+
echo "QMAKE_LFLAGS+=\"$LDFLAGS\"" >> $TMPMAK
47704770
fi
47714771

47724772
cp_if_changed $TMPH $MYTH_CONFIG_H

0 commit comments

Comments
 (0)