Skip to content

Commit d1cc00f

Browse files
lhtbrson
authored andcommitted
Rename libstd.so to libruststd.so
Fixes Issue #999
1 parent 16dad84 commit d1cc00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ endif
102102

103103
CFG_RUNTIME :=$(call CFG_LIB_NAME,rustrt)
104104
CFG_RUSTLLVM :=$(call CFG_LIB_NAME,rustllvm)
105-
CFG_STDLIB :=$(call CFG_LIB_NAME,std)
105+
CFG_STDLIB :=$(call CFG_LIB_NAME,ruststd)
106106
CFG_LIBRUSTC :=$(call CFG_LIB_NAME,rustc)
107107

108108
# version-string calculation

0 commit comments

Comments
 (0)