From afe04943184c95adfbb2d05b8b7f0f4b3c36c3b5 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Sat, 25 May 2013 15:26:12 +0800 Subject: [PATCH] Change Mac OS Lua directory --- src/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile b/src/makefile index a75d5a6..faf50fa 100644 --- a/src/makefile +++ b/src/makefile @@ -29,7 +29,7 @@ DEBUG?=NODEBUG # LUAINC_macosx: # /opt/local/include LUAINC_macosx_base?=/opt/local/include -LUAINC_macosx?=$(LUAINC_macosx_base)/lua$(LUAV) +LUAINC_macosx?=$(LUAINC_macosx_base)/lua/$(LUAV) # FIXME default should this default to fink or to macports? # What happens when more than one Lua version is installed? LUAPREFIX_macosx?=/opt/local