aboutsummaryrefslogtreecommitdiff
path: root/tests/lua
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-05-17 15:31:15 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-05-17 15:31:15 -0700
commit86a2e17553607ba87d3a445022cf75bed9e55a5a (patch)
treea5473dbb49c0596b95e182d71c7919dac53dfe32 /tests/lua
parent44a171d6e1582cbf23227d3bf5c5dd260d5d12f1 (diff)
fix lua for native builds
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