Skip to content

Commit 62b3935

Browse files
committed
use TMPDIR instead of custom directory.
1 parent 5c654f2 commit 62b3935

File tree

1 file changed

+1
-1
lines changed
  • src/test/run-make/thumb-none-cortex-m

1 file changed

+1
-1
lines changed

src/test/run-make/thumb-none-cortex-m/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
ifneq (,$(filter $(TARGET),thumbv6m-none-eabi thumbv7em-none-eabi thumbv7em-none-eabihf thumbv7m-none-eabi))
1515

1616
# We need to be outside of 'src' dir in order to run cargo
17-
WORK_DIR := $(RUST_TEST_TMPDIR)/run-make/$(TARGET)
17+
WORK_DIR := $(TMPDIR)
1818
HERE := $(shell pwd)
1919

2020
CRATE := cortex-m

0 commit comments

Comments
 (0)