Rename libstd.so to libruststd.so

Fixes Issue #999
This commit is contained in:
Haitao Li 2011-10-30 22:04:32 +08:00 committed by Brian Anderson
parent 16dad84f7b
commit d1cc00fef5
1 changed files with 1 additions and 1 deletions

View File

@ -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