[sdks] Fix min OSX version of runtime files in Mac SDK
commit3dc72cfe51379bf10d6b63880a33cf4c044904e3
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 23 May 2019 23:33:06 +0000 (24 01:33 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 23 May 2019 23:34:05 +0000 (24 01:34 +0200)
tree8ee2b04f01231e6258edb65a8578862504835ae6
parent50254b6bb0f16ce2aedd44a2261ce09ca9d9a0e5
[sdks] Fix min OSX version of runtime files in Mac SDK

It was using an unescaped makefile variable in the template, i.e. ended up empty which meant the build just took the host version as the min version.

Fixed the variable and also moved it to CFLAGS/CXXFLAGS instead of CPPFLAGS to be consistent with ios.mk
sdks/builds/mac.mk