Skip to content

Commit

Permalink
build with HAVE_LIBDL in Makefile and libpd.xcodeproj (OSX not iOS)
Browse files Browse the repository at this point in the history
  • Loading branch information
danomatika committed Jan 17, 2015
1 parent 8a24507 commit 1452aa9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ PDJAVA_DIR = $(PDJAVA_BUILD)/org/puredata/core/natives/$(PDNATIVE_PLATFORM)/$(PD
PDJAVA_NATIVE = $(PDJAVA_DIR)/$(SOLIB_PREFIX)pdnative.$(PDNATIVE_SOLIB_EXT)
PDJAVA_JAR = libs/libpd.jar

CFLAGS = -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -I./pure-data/src \
CFLAGS = -DPD -DHAVE_UNISTD_H -DUSEAPI_DUMMY -DHAVE_LIBDL -I./pure-data/src \
-I./libpd_wrapper -I./libpd_wrapper/util $(PLATFORM_CFLAGS)

CXXFLAGS = $(CFLAGS)
Expand Down
4 changes: 0 additions & 4 deletions libpd.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,6 @@
OTHER_CFLAGS = (
"-DPD",
"-DUSEAPI_DUMMY",
"-DHAVE_LIBDL",
"-DHAVE_UNISTD_H",
"-DHAVE_ALLOCA_H",
);
Expand All @@ -863,7 +862,6 @@
OTHER_CFLAGS = (
"-DPD",
"-DUSEAPI_DUMMY",
"-DHAVE_LIBDL",
"-DHAVE_UNISTD_H",
"-DHAVE_ALLOCA_H",
);
Expand All @@ -890,7 +888,6 @@
OTHER_CFLAGS = (
"-DPD",
"-DUSEAPI_DUMMY",
"-DHAVE_LIBDL",
"-DHAVE_UNISTD_H",
);
OTHER_LDFLAGS = "-ObjC";
Expand All @@ -913,7 +910,6 @@
OTHER_CFLAGS = (
"-DPD",
"-DUSEAPI_DUMMY",
"-DHAVE_LIBDL",
"-DHAVE_UNISTD_H",
);
OTHER_LDFLAGS = "-ObjC";
Expand Down

0 comments on commit 1452aa9

Please sign in to comment.