Browse Source

Fix previous commit

tags/v1.4
falkTX 4 years ago
parent
commit
bec7befcde
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -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


Loading…
Cancel
Save