Skip to content

Commit 0c0818b

Browse files
committed
build: Fix rules for non-target std when using snapshot std
1 parent 4b7e40d commit 0c0818b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mk/target.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ $(foreach source,$(CFG_TARGET_TRIPLES), \
173173
$(foreach target,$(NON_HOST_TRIPLES), \
174174
$(eval $(call TARGET_RT_FROM_WD,0,$(target),$(source))) \
175175
$(eval $(call TARGET_CORELIB_FROM_WD,0,$(target),$(source))) \
176+
$(eval $(call TARGET_STDLIB_FROM_WD,0,$(target),$(source))) \
176177
))
177178

178179
# After stage0, always build the stage0 runtime from the working directory

0 commit comments

Comments
 (0)