Browse Source

Another external build fix

Signed-off-by: falkTX <falktx@falktx.com>
develop
falkTX 11 months ago
parent
commit
7e6c2206f0
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      Makefile.mk

+ 8
- 0
Makefile.mk View File

@@ -83,6 +83,14 @@ endif
DPF_FLAGS += $(DGL_FLAGS)
endif

ifeq ($(USE_FILE_BROWSER),true)
DPF_FLAGS += -DDGL_USE_FILE_BROWSER
endif

ifeq ($(USE_WEB_VIEW),true)
DPF_FLAGS += -DDGL_USE_WEB_VIEW
endif

# ---------------------------------------------------------------------------------------------------------------------
# Flags for ZynAddSubFX (DSP and UI separated)



Loading…
Cancel
Save