diff options
Diffstat (limited to 'src/makefile_linux')
-rw-r--r-- | src/makefile_linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile_linux b/src/makefile_linux index 7736cf1..100f81f 100644 --- a/src/makefile_linux +++ b/src/makefile_linux @@ -4,7 +4,7 @@ current: all INCLUDE = -I. -I/usr/local/src/pd/src -LDFLAGS = -export-dynamic -shared +LDFLAGS = --export-dynamic -shared LIB = -ldl -lm -lpthread #select either the DBG and OPT compiler flags below: |