We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 499a31d + a794cc9 commit b9514a0Copy full SHA for b9514a0
1 file changed
skyscraper.pro
@@ -9,9 +9,11 @@ CONFIG += release
9
CONFIG += c++1z
10
QT += core network sql xml
11
12
-# for GCC8 (RetroPie Buster)
13
-system( g++ --version | grep "^g++" | grep -c "8.3." ) {
14
- LIBS += -lstdc++fs
+unix {
+ # for GCC8 (RetroPie Buster)
+ system( g++ --version | grep "^g++" | grep -c "8.3." >/dev/null ) {
15
+ LIBS += -lstdc++fs
16
+ }
17
}
18
19
# Installation prefix path for bin/Skyscraper and etc/skyscraper/*
0 commit comments