diff options
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index 7e5f2e2..42b745e 100644 --- a/src/makefile +++ b/src/makefile | |||
@@ -32,7 +32,7 @@ LUAINC_macosx_base?=/opt/local/include | |||
32 | LUAINC_macosx?=$(LUAINC_macosx_base)/lua$(LUAV) | 32 | LUAINC_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? |
35 | LUAPREFIX_macosx?=/opt/local/ | 35 | LUAPREFIX_macosx?=/opt/local |
36 | 36 | ||
37 | # LUAINC_linux: | 37 | # LUAINC_linux: |
38 | # /usr/include/lua$(LUAV) | 38 | # /usr/include/lua$(LUAV) |