Browse Source

Merge pull request #4078 from dogmaphobic/macosxSDK

Removing forced Mac OS SDK.
QGC4.4
Gus Grubba 9 years ago committed by GitHub
parent
commit
cbee0fb9aa
  1. 3
      QGCCommon.pri

3
QGCCommon.pri

@ -66,7 +66,8 @@ linux { @@ -66,7 +66,8 @@ linux {
} else {
QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6
}
QMAKE_MAC_SDK = macosx10.12
#-- Not forcing anything. Let qmake find the latest, installed SDK.
#QMAKE_MAC_SDK = macosx10.12
QMAKE_CXXFLAGS += -fvisibility=hidden
} else {
error("Unsupported Mac toolchain, only 64-bit LLVM+clang is supported")

Loading…
Cancel
Save