Browse Source

Fix Windows build

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 3 years ago
parent
commit
13a8ebf59b
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      plugins/ProM/Makefile

+ 1
- 0
plugins/ProM/Makefile View File

@@ -128,6 +128,7 @@ BASE_FLAGS += -DUSE_THREADS
# Experimental
# BASE_FLAGS += -DHAVE_LLVM=1
ifeq ($(WINDOWS),true)
BASE_FLAGS += -Daligned_alloc=_aligned_malloc
BASE_FLAGS += -DDLLEXPORT=
BASE_FLAGS += -DprojectM_FONT_TITLE='"fonts/Vera.tff"'
BASE_FLAGS += -DprojectM_FONT_MENU='"fonts/VeraMono.ttf"'


Loading…
Cancel
Save