From bec7befcde9469bdbc0f7846fe89b82612181edc Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 11 Jan 2021 21:33:13 +0000 Subject: [PATCH] Fix previous commit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e31dbb4b..522cf6dd 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ HAVE_PROJM = $(shell pkg-config --exists libprojectM && echo true) # -------------------------------------------------------------- -ifeq ($(CROSS_COMPILING),true) +ifneq ($(CROSS_COMPILING),true) CAN_GENERATE_TTL = true else ifneq ($(EXE_WRAPPER),) CAN_GENERATE_TTL = true