Skip to content

osx: Also set MACOSX_DEPLOYMENT_TARGET to 10.9 for cmake, add logging

Nikos Chantziaras requested to merge more-osx-improvements into master

Please confirm that the spots where I've used after_script: is actually correct. The otool calls themselves are only for logging. They don't modify the core, they just print relevant information about the target macos version of the produced dylib, which is helpful for quickly determining what the core ends up targetting.

Also, I didn't set MACOSX_DEPLOYMENT_TARGET for libretro-osx-cmake-x86, only for libretro-osx-cmake-x86_64. I have no idea where 32-bit builds are even supposed to run.

Merge request reports