From cedbf74db776414988621e8113f5869b29c2cb41 Mon Sep 17 00:00:00 2001 From: cbdev Date: Tue, 24 Dec 2019 00:50:05 +0100 Subject: Fix version define for Windows --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 75c9d0d..990aec3 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ midimonster: LDLIBS = -ldl # Replace version string with current git-describe if possible ifneq "$(GITVERSION)" "" midimonster: CFLAGS += -DMIDIMONSTER_VERSION=\"$(GITVERSION)\" +midimonster.exe: CFLAGS += -DMIDIMONSTER_VERSION=\"$(GITVERSION)\" endif # Work around strange linker passing convention differences in Linux and OSX -- cgit v1.2.3