From b7ffead547641b904199547d4bd2607b35c4b0bc Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 23 Sep 2022 12:48:47 +0100 Subject: now it compiles --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8807c96..7d18df8 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,6 @@ export KALEIDOSCOPE_DIR = $(shell readlink -f $(THISDIR)/../Kaleidoscope) DAKKAR_VERSION := $(shell git describe --dirty --always --tags --first-parent) -export LOCAL_CFLAGS = -DBUILD_INFORMATION="$(DAKKAR_VERSION)" +export LOCAL_CFLAGS = -DBUILD_INFORMATION=\""$(DAKKAR_VERSION)"\" include $(KALEIDOSCOPE_DIR)/etc/makefiles/sketch.mk -- cgit v1.2.3