Reworking the keyword parser, also fixed some dynamic linking issues
This commit is contained in:
@@ -115,7 +115,7 @@ ifeq "$(OS)" "Linux"
|
||||
LUPREXSTATIC_EXE=luprexstatic
|
||||
COMPILE=g++ -Wall $(OPT) -std=c++17 -fvisibility=hidden -c -MMD -fPIC -o
|
||||
LINKDLL=g++ -Wall $(OPT) -std=c++17 -export-dynamic -Wl,--no-allow-shlib-undefined -Wl,-z,defs -shared -o
|
||||
LINKEXE=g++ -Wall $(OPT) -std=c++17 -o
|
||||
LINKEXE=g++ -Wall $(OPT) -std=c++17 -export-dynamic -o
|
||||
MAKEDEPS=true
|
||||
OPENSSL_INCLUDE=-I./ext/openssl-3.0.1/inc
|
||||
LUA_FLAGS=-DLUA_USE_APICHECK -DLUA_USE_POSIX
|
||||
|
||||
Reference in New Issue
Block a user