From f329aae724573b87bd2a814f4858d29ca894600b Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Wed, 1 Aug 2012 03:06:09 -0300 Subject: Fix HORRIBLE but in b64/qp code. Bug was caught by user moteus. Code was checking if arguments was nil after using luaL_Buffer code, which messes with the stack. Simple to fix, though. --- src/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/makefile') diff --git a/src/makefile b/src/makefile index 1363bc0..7e5f2e2 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)$(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/ -- cgit v1.2.3-55-g6feb