Skip to content

generate dll file name based on target os #4328

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

Closed
wants to merge 5 commits into from

Conversation

ILyoan
Copy link
Contributor

@ILyoan ILyoan commented Jan 2, 2013

Fix for #4119.

generate dll file name base on the given target os, using core::os::consts which now contains constant values for all of the supported targets.

the functions on core::os::consts are changed to constant strings
for example, fn sysname() -> ~str { ~"linux" } will be const SYSNAME: &str = "linux"

@catamorphism
Copy link
Contributor

Looks good! I rebased into a single commit and am running try. Once that finishes, I'll merge it.

@ghost ghost assigned catamorphism Jan 2, 2013
@graydon
Copy link
Contributor

graydon commented Jan 8, 2013

Landed in 2d3c22a. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants