From 1c3bd8a50ed5dd06c37ae0f996155b7621e95a60 Mon Sep 17 00:00:00 2001 From: Ryan Freeman Date: Sun, 16 Jun 2024 14:22:05 +0100 Subject: [PATCH] Update FindLua.cmake /opt/homebrew # MacOS Apple Silicone --- server/FindLua.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/FindLua.cmake b/server/FindLua.cmake index f19f43ac..dc85e8e2 100644 --- a/server/FindLua.cmake +++ b/server/FindLua.cmake @@ -67,6 +67,7 @@ FIND_PATH(LUA_INCLUDE_DIR lua.h /usr/local /usr /sw # Fink + /opt/homebrew # MacOS Apple Silicone /opt/local # DarwinPorts /opt/csw # Blastwave /opt @@ -84,6 +85,7 @@ FIND_LIBRARY(LUA_LIBRARY /usr/local /usr /sw + /opt/homebrew # MacOS Apple Silicone /opt/local /opt/csw /opt