aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile')
-rwxr-xr-xsrc/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index e6baf78..b9e2f93 100755
--- a/src/makefile
+++ b/src/makefile
@@ -35,7 +35,8 @@ DEBUG?=NODEBUG
35# LUAINC_macosx: 35# LUAINC_macosx:
36# /opt/local/include 36# /opt/local/include
37LUAINC_macosx_base?=/opt/local/include 37LUAINC_macosx_base?=/opt/local/include
38LUAINC_macosx?=$(LUAINC_macosx_base)/lua/$(LUAV) $(LUAINC_macosx_base)/lua$(LUAV) 38LUAINC_macosx?=$(LUAINC_macosx_base)/lua/$(LUAV) $(LUAINC_macosx_base)/lua$(LUAV) $(LUAINC_macosx_base)/lua-$(LUAV)
39
39# FIXME default should this default to fink or to macports? 40# FIXME default should this default to fink or to macports?
40# What happens when more than one Lua version is installed? 41# What happens when more than one Lua version is installed?
41LUAPREFIX_macosx?=/opt/local 42LUAPREFIX_macosx?=/opt/local