Re: Min version macOS
Posted by mottelet on Mar 15, 2023; 2:00pm
URL: https://forum.jogamp.org/Min-version-macOS-tp4042193p4042322.html
Sorry for the late answer.
This is not the problem of the SDK but rather the macOS deployment target. For x86_64(Intel) you can build with macOS 11 SDK and precise MACOSX_DEPLOYMENT_TARGET=10.9. For aarch64 the deployment target cannot be lower that 11.
S.