gdmd does not respect dmd -of format

This commit is contained in:
Eduard Staniloiu 2022-02-09 18:29:54 +02:00
parent b9c5654712
commit 223580438a
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ ifeq ($(DC), $(filter $(DC), dmd ldmd2 gdmd))
DEBUG_VERSIONS := $(DMD_DEBUG_VERSIONS)
DC_FLAGS += $(DMD_FLAGS)
DC_TEST_FLAGS += $(DMD_TEST_FLAGS) -unittest
WRITE_TO_TARGET_NAME = -of=$@
WRITE_TO_TARGET_NAME = -of$@
else ifneq (,$(findstring ldc2, $(DC)))
VERSIONS := $(LDC_VERSIONS)
DEBUG_VERSIONS := $(LDC_DEBUG_VERSIONS)