Skip to content

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