Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jnigen: Update mmacosx-version-min to 10.9 #5740

Closed
wants to merge 1 commit into from

Conversation

PokeMMO
Copy link
Contributor

@PokeMMO PokeMMO commented Jul 31, 2019

Fixes #5608

Passing -mmacosx-version-min=10.9 will make the compiler use libc++ instead of libstdc++6

Also included is an exception when trying to use MacOsx and 32bit. Newer xcode releases do not support it at all.

See also nodejs/node-gyp#469 and Homebrew/homebrew-core#14271

"-c -Wall -O2 -arch i386 -DFIXED_POINT -fmessage-length=0 -fPIC -mmacosx-version-min=10.5",
"-shared -arch i386 -mmacosx-version-min=10.5");
return mac;
throw new RuntimeException("MacOsX i386 has is deprecated.");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"MacOsX i386 has is deprecated." -> "MacOsX i386 is deprecated."

@PokeMMO
Copy link
Contributor Author

PokeMMO commented Aug 20, 2019

Closed in favor of #5701

@PokeMMO PokeMMO closed this Aug 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants