mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-22 16:08:23 +08:00
Watch out for qmake failures on Linux
This commit is contained in:
parent
a03b87785f
commit
217df48c45
@ -52,7 +52,7 @@ build_tool() {
|
||||
if [ "$UPLATFORM" = "mac" ]; then
|
||||
qmake $3 QMAKE_CXXFLAGS+=-flto QMAKE_LFLAGS+=-flto CONFIG+=optimize_size || exit 1
|
||||
else
|
||||
qmake $3 CONFIG+=optimize_size
|
||||
qmake $3 CONFIG+=optimize_size || exit 1
|
||||
fi
|
||||
else
|
||||
if [ "$UPLATFORM" = "mac" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user