Skip to content

Commit

Permalink
Don't try to build on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmaphobic committed Aug 9, 2018
1 parent 6f73ddc commit de2115a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QGCExternalLibs.pri
Expand Up @@ -153,7 +153,7 @@ contains (DEFINES, DISABLE_AIRMAP) {
message("Skipping support for AirMap (manual override from user_config.pri)")
} else {
AIRMAPD_PATH = $$PWD/libs/airmapd
MacBuild|iOSBuild {
MacBuild {
exists($${AIRMAPD_PATH}/macOS/Qt.5.11.0) {
message("Including support for AirMap for macOS")
LIBS += -L$${AIRMAPD_PATH}/macOS/Qt.5.11.0 -lairmap-qt
Expand Down

0 comments on commit de2115a

Please sign in to comment.