Have you tried
export MACOSX_DEPLOYMENT_TARGET=10.8
?
I suspect some -sys
crates may be invoking a C compiler and making objects for the default sdk.
Have you tried
export MACOSX_DEPLOYMENT_TARGET=10.8
?
I suspect some -sys
crates may be invoking a C compiler and making objects for the default sdk.