aboutsummaryrefslogtreecommitdiff
path: root/tests/lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lua')
-rw-r--r--tests/lua/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lua/src/Makefile b/tests/lua/src/Makefile
index 7741ef75..401e7367 100644
--- a/tests/lua/src/Makefile
+++ b/tests/lua/src/Makefile
@@ -10,7 +10,7 @@ PLAT= none
#CC= gcc
CFLAGS= -O2 -Wall -DLUA_COMPAT_ALL $(SYSCFLAGS) $(MYCFLAGS)
#LDFLAGS= $(SYSLDFLAGS) $(MYLDFLAGS)
-#LIBS= -lm $(SYSLIBS) $(MYLIBS)
+LIBS= -lm $(SYSLIBS) $(MYLIBS)
#AR= ar
#RANLIB= ranlib