When linking on OSX, I see the following option being used:
-Wl,
-syslibroot,
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
The build machine I’m using has both MacOSX10.8.sdk and MacOSX10.9.sdk available. How does qmake pick which one to use and is this configurable somewhere? (Had a browse through the mkspecs but couldn’t find anything relevant.)
↧