Browse Source

remove superfluous build flags for libpd

pull/75/head
clwe GitHub 2 years ago
parent
commit
1a0e48ee63
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -226,7 +226,7 @@ libpd := dep/lib/libpd.a
SOURCES += src/LibPDEngine.cpp
OBJECTS += $(libpd)
DEPS += $(libpd)
FLAGS += -Idep/include/libpd -DHAVE_LIBDL -DPDINSTANCE -DPDTHREADS
FLAGS += -Idep/include/libpd -DHAVE_LIBDL

ifdef ARCH_WIN
# PD_INTERNAL leaves the function declarations for libpd unchanged


Loading…
Cancel
Save