aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 2a8ca489..8674519f 100644
--- a/makefile
+++ b/makefile
@@ -72,7 +72,7 @@ LOCAL = $(TESTS) $(CWARNS)
72# For C89, "-std=c89 -DLUA_USE_C89" 72# For C89, "-std=c89 -DLUA_USE_C89"
73# Note that Linux/Posix options are not compatible with C89 73# Note that Linux/Posix options are not compatible with C89
74MYCFLAGS= $(LOCAL) -std=c99 -DLUA_USE_LINUX 74MYCFLAGS= $(LOCAL) -std=c99 -DLUA_USE_LINUX
75MYLDFLAGS= $(LOCAL) -Wl,-E 75MYLDFLAGS= -Wl,-E
76MYLIBS= -ldl 76MYLIBS= -ldl
77 77
78 78