tried compiling Azahar (much more up to date and compatible 3ds emulator) under 10.10 Yosemite but it just gives this error
no matter what i do
cmake .. \
> -DCMAKE_OSX_DEPLOYMENT_TARGET=10.10 \
> -DCMAKE_OSX_SYSROOT=$SDKROOT \
> -DCMAKE_OSX_ARCHITECTURES="x86_64" \
>...