Skip to content

Commit 68b5957

Browse files
authored
windows druntime/shared test: avoid spurious failures by building to folder 64, not to 64.obj (#21401)
this avoids concurrently creating the same file multiple times
1 parent baee0d8 commit 68b5957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

druntime/test/shared/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ ifeq (windows,$(OS))
9292
CC := cl
9393
OUTPUT_FLAG := /Fe
9494
# we additionally specify the .obj output path (/Fo) to prevent collisions
95-
extra_cflags += /Fo$(OBJDIR)
95+
extra_cflags += /Fo$(OBJDIR)/
9696
endif
9797

9898
# $(LINKDL) == -L-ldl => $(ldl) == -ldl

0 commit comments

Comments
 (0)