diff --git a/QGCCommon.pri b/QGCCommon.pri
index 8238a85..e10d5ea 100644
--- a/QGCCommon.pri
+++ b/QGCCommon.pri
@@ -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")