Fix setting of PATH for make check on windows
This commit is contained in:
parent
d03456183e
commit
6203d97a86
1 changed files with 2 additions and 1 deletions
|
|
@ -95,7 +95,8 @@ ifdef CFG_WINDOWSY_$(1)
|
|||
$$(if $$(findstring stage3,$$(1)), \
|
||||
stage3/$$(CFG_LIBDIR_RELATIVE), \
|
||||
)))))/rustlib/$$(CFG_BUILD)/lib
|
||||
CFG_RUN_TEST_$(1)=$$(call CFG_RUN_$(1),$$(call CFG_TESTLIB_$(1),$$(1),$$(4)),$$(1))
|
||||
CFG_RUN_TEST_$(1)=$$(TARGET_RPATH_VAR$$(2)_T_$$(3)_H_$$(4)) \
|
||||
$$(call CFG_RUN_$(1),$$(call CFG_TESTLIB_$(1),$$(1),$$(4)),$$(1))
|
||||
endif
|
||||
|
||||
# Run the compiletest runner itself under valgrind
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue