We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello! I wanted to ask for help!
We discovered this https://github.com/rust-lang/rust/blob/bf8fff783ff533c055d276378ada30563312def1/tests/run-make/tools.mk and we wanted to adjust our Makevars, to include these (without CRAN complaints).
My issue is that I don't know how to do a uname way of assigning the right PKG_CFLAGS, and PKG_LIBS.
uname
PKG_CFLAGS
PKG_LIBS
Do you have some guidance on this? It could really improve the portability of Rust in R.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello! I wanted to ask for help!
We discovered this https://github.com/rust-lang/rust/blob/bf8fff783ff533c055d276378ada30563312def1/tests/run-make/tools.mk
and we wanted to adjust our Makevars, to include these (without CRAN complaints).
My issue is that I don't know how to do a
uname
way of assigning the rightPKG_CFLAGS
, andPKG_LIBS
.Do you have some guidance on this? It could really improve the portability of Rust in R.
The text was updated successfully, but these errors were encountered: