aboutsummaryrefslogtreecommitdiff
path: root/makefile.linux
diff options
context:
space:
mode:
Diffstat (limited to 'makefile.linux')
-rw-r--r--makefile.linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.linux b/makefile.linux
index f1de6a1..5a5ca8e 100644
--- a/makefile.linux
+++ b/makefile.linux
@@ -5,7 +5,7 @@ CC = gcc
CXX = c++
LD = ld
AFLAGS =
-LFLAGS = -export_dynamic -shared
+LFLAGS = --export-dynamic -shared
WFLAGS =
IFLAGS = -I./include -I../src
INSTALL_PREFIX=/usr/local