mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-20 19:52:48 +00:00
build: Fix rules for non-target std when using snapshot std
This commit is contained in:
parent
4b7e40d817
commit
0c0818b955
@ -173,6 +173,7 @@ $(foreach source,$(CFG_TARGET_TRIPLES), \
|
||||
$(foreach target,$(NON_HOST_TRIPLES), \
|
||||
$(eval $(call TARGET_RT_FROM_WD,0,$(target),$(source))) \
|
||||
$(eval $(call TARGET_CORELIB_FROM_WD,0,$(target),$(source))) \
|
||||
$(eval $(call TARGET_STDLIB_FROM_WD,0,$(target),$(source))) \
|
||||
))
|
||||
|
||||
# After stage0, always build the stage0 runtime from the working directory
|
||||
|
Loading…
Reference in New Issue
Block a user