Skip to content

Commit 3709673

Browse files
author
Richard Diamond
committed
mk/tests.mk: Fix a typo causing make to give compiletest the wrong rt build dir (target instead of host).
1 parent 903fbd2 commit 3709673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/tests.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ CTEST_COMMON_ARGS$(1)-T-$(2)-H-$(3) := \
568568
--host $(3) \
569569
--adb-path=$(CFG_ADB) \
570570
--adb-test-dir=$(CFG_ADB_TEST_DIR) \
571-
--host-rustcflags "$(RUSTC_FLAGS_$(3)) $$(CTEST_RUSTC_FLAGS) -L $$(RT_OUTPUT_DIR_$(2))" \
571+
--host-rustcflags "$(RUSTC_FLAGS_$(3)) $$(CTEST_RUSTC_FLAGS) -L $$(RT_OUTPUT_DIR_$(3))" \
572572
--target-rustcflags "$(RUSTC_FLAGS_$(2)) $$(CTEST_RUSTC_FLAGS) -L $$(RT_OUTPUT_DIR_$(2))" \
573573
$$(CTEST_TESTARGS)
574574

0 commit comments

Comments
 (0)