summaryrefslogtreecommitdiff
path: root/com32/lua/src/Makefile
diff options
context:
space:
mode:
authorMarcel Ritter <unrzl1@linux.rrze.uni-erlangen.de>2008-12-15 08:31:10 +0100
committerMarcel Ritter <unrzl1@linux.rrze.uni-erlangen.de>2008-12-15 08:31:10 +0100
commit095aac438f89b61e0a279453e5622a4acefeec71 (patch)
tree57cf58679e140efbc26eb52af75dc85894bf58f6 /com32/lua/src/Makefile
parenta85a9a63b59cff1bd4c684d5600282158d53fafa (diff)
downloadsyslinux-095aac438f89b61e0a279453e5622a4acefeec71.tar.gz
COM32: lua - (re-)enable liolib to get printf like function
Diffstat (limited to 'com32/lua/src/Makefile')
-rw-r--r--com32/lua/src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/lua/src/Makefile b/com32/lua/src/Makefile
index 1ab071a3..f6b1b236 100644
--- a/com32/lua/src/Makefile
+++ b/com32/lua/src/Makefile
@@ -50,6 +50,7 @@ LIBLUA_OBJS += lstate.o lstring.o ltable.o ltm.o lvm.o lzio.o lundump.o
LIBLUA_OBJS += lauxlib.o lbaselib.o ldblib.o ltablib.o \
lstrlib.o loadlib.o linit.o
+LIBLUA_OBJS += liolib.o
CFLAGS += -DLUA_ANSI