Switched default Lua location to /usr/local instead of /opt/local, which

is a weird homebrew-specific thing.
This commit is contained in:
Bruce Hill 2018-07-22 00:20:04 -07:00
parent 2b64555e1c
commit 915eb75910

View File

@ -1,6 +1,6 @@
# makefile for immutable table library for Lua
LUA_DIR=/opt/local
LUA_DIR=/usr/local
LUA_INC= $(LUA_DIR)/include
LUA_BIN= $(LUA_DIR)/bin
LUA= lua