From 223580438a37a8b3880d67fb22bce5bf51afc382 Mon Sep 17 00:00:00 2001 From: Eduard Staniloiu Date: Wed, 9 Feb 2022 18:29:54 +0200 Subject: [PATCH] gdmd does not respect dmd -of format --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index cfed382..bb62f9a 100644 --- a/makefile +++ b/makefile @@ -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)