We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustpkg
-c
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Current incoming branch (a6945f2).
incoming
a6945f2
I'm trying to install rust-sdl crate:
rust-sdl
[mutex:~] (master)% rustpkg -c "image" install git://github.com/brson/rust-sdl.git note: fetching from git://github.com/brson/rust-sdl.git using git note: compiling /home/dpc/.rustpkg/tmp/177b16f99c6316/src/sdl.rc note: installed sdl v0.3.0 [mutex:~] (master)% strings .rustpkg/lib/libsdl-34b7eedb9132850-0.3.0.so| grep img [mutex:~] (master)%
If I build manually the img module is there and everything works. Seems to me that rustpkg does not really pass the -c like it should.
img
The text was updated successfully, but these errors were encountered:
rustpkg doesn't have a way to pass along arguments to rustc yet. Not a release blocker, de-milestoning
Sorry, something went wrong.
Adding to the most apparent rustpkg metabug: #5677
Closing in favor of the more general #8522 (which will be ready this week).
No branches or pull requests
Current
incoming
branch (a6945f2
).I'm trying to install
rust-sdl
crate:If I build manually the
img
module is there and everything works. Seems to me thatrustpkg
does not really pass the-c
like it should.The text was updated successfully, but these errors were encountered: