diff options
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ CC = gcc CXX = c++ LD = ld AFLAGS = -LFLAGS = -export_dynamic -shared +LFLAGS = --export-dynamic -shared WFLAGS = IFLAGS = -I. -I../../pd/src PREFIX=/usr/ |