summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2008-01-20 12:00:00 +0000
committerrepogen <>2008-01-20 12:00:00 +0000
commit9ea694597c18612146b3423c9b343d15a4e57682 (patch)
treecade3562e7e99661b3f68ee6782f1198221d2174 /src/Makefile
parent6e5d828a4035d80ba8e3e6f827094bf28919357b (diff)
downloadlua-github-9ea694597c18612146b3423c9b343d15a4e57682.tar.gz
Lua 5.1.3-rc45.1.3-rc4
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index 748d0f8d..e4a3cd61 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -99,9 +99,9 @@ linux:
$(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses"
macosx:
- $(MAKE) all MYCFLAGS=-DLUA_USE_MACOSX
-# use this on Mac OS X 10.4
-# $(MAKE) all MYCFLAGS="-DLUA_USE_MACOSX -DLUA_USE_READLINE" MYLIBS="-lreadline"
+ $(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-lreadline"
+# use this on Mac OS X 10.3-
+# $(MAKE) all MYCFLAGS=-DLUA_USE_MACOSX
mingw:
$(MAKE) "LUA_A=lua51.dll" "LUA_T=lua.exe" \