aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index a75d5a6..faf50fa 100644
--- a/src/makefile
+++ b/src/makefile
@@ -29,7 +29,7 @@ DEBUG?=NODEBUG
29# LUAINC_macosx: 29# LUAINC_macosx:
30# /opt/local/include 30# /opt/local/include
31LUAINC_macosx_base?=/opt/local/include 31LUAINC_macosx_base?=/opt/local/include
32LUAINC_macosx?=$(LUAINC_macosx_base)/lua$(LUAV) 32LUAINC_macosx?=$(LUAINC_macosx_base)/lua/$(LUAV)
33# FIXME default should this default to fink or to macports? 33# FIXME default should this default to fink or to macports?
34# What happens when more than one Lua version is installed? 34# What happens when more than one Lua version is installed?
35LUAPREFIX_macosx?=/opt/local 35LUAPREFIX_macosx?=/opt/local