Skip to content

Commit 6335529

Browse files
committed
Fix #1003 harder
1 parent f5e668c commit 6335529

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mk/tests.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ test/rustctest.stage$(1)$$(X): \
153153
$$(COMPILER_CRATE) $$(COMPILER_INPUTS) \
154154
$$(TARGET_SREQ$(1)$$(CFG_HOST_TRIPLE)) \
155155
$$(HOST_LIB$(1))/$$(CFG_RUSTLLVM) \
156-
$$(TARGET_LIB$(1)$$(CFG_HOST_TRIPLE))/$$(CFG_RUSTLLVM)
156+
$$(TARGET_LIB$(1)$$(CFG_HOST_TRIPLE))/$$(CFG_RUSTLLVM) \
157+
$$(TARGET_LIB$(1)$$(CFG_HOST_TRIPLE))/$$(CFG_STDLIB)
157158
@$$(call E, compile_and_link: $$@)
158159
$$(STAGE$(1)) -o $$@ $$< --test
159160

0 commit comments

Comments
 (0)