Skip to content

Commit b9514a0

Browse files
committed
Merge branch 'master' into 3.17.2_fixes
2 parents 499a31d + a794cc9 commit b9514a0

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

skyscraper.pro

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ CONFIG += release
99
CONFIG += c++1z
1010
QT += core network sql xml
1111

12-
# for GCC8 (RetroPie Buster)
13-
system( g++ --version | grep "^g++" | grep -c "8.3." ) {
14-
LIBS += -lstdc++fs
12+
unix {
13+
# for GCC8 (RetroPie Buster)
14+
system( g++ --version | grep "^g++" | grep -c "8.3." >/dev/null ) {
15+
LIBS += -lstdc++fs
16+
}
1517
}
1618

1719
# Installation prefix path for bin/Skyscraper and etc/skyscraper/*

0 commit comments

Comments
 (0)