From 915eb759101727019749d5f8abdf78b9a62305c7 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 22 Jul 2018 00:20:04 -0700 Subject: [PATCH] Switched default Lua location to /usr/local instead of /opt/local, which is a weird homebrew-specific thing. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a860c81..545b195 100644 --- a/Makefile +++ b/Makefile @@ -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