Commit a81309d2 authored by Lorenz Meier's avatar Lorenz Meier

Merge pull request #902 from mavlink/osx

OS X build fix for 10.9
parents 17b51ba9 93811352
......@@ -45,6 +45,7 @@ linux {
macx-clang | macx-llvm {
message("Mac build")
CONFIG += MacBuild
QMAKE_MAC_SDK = macosx10.9
} else {
error("Unsupported Mac toolchain, only 64-bit LLVM+clang is supported")
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment