-
Notifications
You must be signed in to change notification settings - Fork 68
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
Add missing default definitions for certain platforms #296
Labels
Comments
For future reference: x86_64-linux-gnu
i686-linux-gnu
arm-linux-gnueabihf
i686-linux-musl
arm-linux-musleabihf
x86_64-apple-darwin14
i686-w64-mingw32
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example, the default definitions like
-D__DYNAMIC__
,-D _GLIBCXX_USE_CXX11_ABI=1
and-D _DARWIN_FEATURE_CLOCK_GETTIME=0
listed below should also be handle by theJLLEnvs
module.The text was updated successfully, but these errors were encountered: