Merge pull request #139 from DrEVILish/patch-1

Update FindLua.cmake
Dieser Commit ist enthalten in:
Reinder Feenstra 2024-06-16 22:58:13 +02:00 committet von GitHub
Commit cd623611af
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: B5690EEEBB952194

Datei anzeigen

@ -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