Browse Source
remove superfluous build flags for libpd
pull/75/head
clwe
GitHub
2 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Makefile
|
|
@@ -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 |
|
|
|