mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-08-28 23:03:12 +02:00
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.
This commit is contained in:
@@ -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/
|
||||
|
Reference in New Issue
Block a user