Skip to content

generate dll file name based on target os - #4328

Closed
ILyoan wants to merge 5 commits into
rust-lang:incomingfrom
ILyoan:i4119_2
Closed

generate dll file name based on target os#4328
ILyoan wants to merge 5 commits into
rust-lang:incomingfrom
ILyoan:i4119_2

Conversation

@ILyoan

@ILyoan ILyoan commented Jan 2, 2013

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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

graydon commented Jan 8, 2013

Copy link
Copy Markdown
Contributor

Landed in 2d3c22a. Thanks!

@graydon graydon closed this Jan 8, 2013
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
4328: add the allFeatures flag (true by default) r=matklad a=guigui64

As discussed on zulip.

Co-authored-by: guigui64 <guillaume.comte10@gmail.com>
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