This commit is contained in:
2025-02-05 13:14:42 -05:00
124 changed files with 1229 additions and 731 deletions

View File

@@ -115,7 +115,7 @@ ifeq "$(OS)" "Linux"
LUPREXSTATIC_EXE=luprexstatic
COMPILE=g++ -Wall $(OPT) -std=c++20 -fvisibility=hidden -c -MMD -fPIC -o
LINKDLL=g++ -Wall $(OPT) -std=c++20 -export-dynamic -Wl,--no-allow-shlib-undefined -Wl,-z,defs -shared -o
LINKEXE=g++ -Wall $(OPT) -std=c++20 -o
LINKEXE=g++ -Wall $(OPT) -std=c++20 -export-dynamic -o
MAKEDEPS=true
OPENSSL_INCLUDE=-I./ext/openssl-3.0.1/inc
LUA_FLAGS=-DLUA_USE_APICHECK -DLUA_USE_POSIX