diff options
| author | Richard Diamond <wichard@hahbee.co> | 2014-04-17 12:32:44 -0500 |
|---|---|---|
| committer | Richard Diamond <wichard@hahbee.co> | 2014-04-17 13:04:41 -0500 |
| commit | 37096730fbcbf2f14990a024fa908a5dc427730d (patch) | |
| tree | 7dad74671487609cb75e1bfb115ab632baae8d78 | |
| parent | 903fbd263553c105b7b8c5f5ee19fab89d4618bd (diff) | |
| download | rust-37096730fbcbf2f14990a024fa908a5dc427730d.tar.gz rust-37096730fbcbf2f14990a024fa908a5dc427730d.zip | |
mk/tests.mk: Fix a typo causing make to give compiletest the wrong rt build dir (target instead of host).
| -rw-r--r-- | mk/tests.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/tests.mk b/mk/tests.mk index c134e71986f..b14b5a51527 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -568,7 +568,7 @@ CTEST_COMMON_ARGS$(1)-T-$(2)-H-$(3) := \ --host $(3) \ --adb-path=$(CFG_ADB) \ --adb-test-dir=$(CFG_ADB_TEST_DIR) \ - --host-rustcflags "$(RUSTC_FLAGS_$(3)) $$(CTEST_RUSTC_FLAGS) -L $$(RT_OUTPUT_DIR_$(2))" \ + --host-rustcflags "$(RUSTC_FLAGS_$(3)) $$(CTEST_RUSTC_FLAGS) -L $$(RT_OUTPUT_DIR_$(3))" \ --target-rustcflags "$(RUSTC_FLAGS_$(2)) $$(CTEST_RUSTC_FLAGS) -L $$(RT_OUTPUT_DIR_$(2))" \ $$(CTEST_TESTARGS) |
