Skip to content

Commit

Permalink
Rename libstd.so to libruststd.so
Browse files Browse the repository at this point in the history
Fixes Issue rust-lang#999
  • Loading branch information
lht authored and brson committed Oct 31, 2011
1 parent 16dad84 commit d1cc00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ endif

CFG_RUNTIME :=$(call CFG_LIB_NAME,rustrt)
CFG_RUSTLLVM :=$(call CFG_LIB_NAME,rustllvm)
CFG_STDLIB :=$(call CFG_LIB_NAME,std)
CFG_STDLIB :=$(call CFG_LIB_NAME,ruststd)
CFG_LIBRUSTC :=$(call CFG_LIB_NAME,rustc)

# version-string calculation
Expand Down

0 comments on commit d1cc00f

Please sign in to comment.