mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-13 06:34:42 -04:00
Watch out for qmake failures on Linux
This commit is contained in:
parent
a03b87785f
commit
217df48c45
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue