Fix bug introduced during drvssl refactor.

This commit is contained in:
2022-03-29 15:39:08 -04:00
parent b42b70a64c
commit 945e5fc847
4 changed files with 48 additions and 46 deletions

View File

@@ -11,7 +11,7 @@ else ifeq ($(OS),linux)
LIBS=-L../linuxlib -lssl -lcrypto
INCS=-I../linuxlib
LUAFLAGS=-DLUA_USE_POSIX
OPT=-g -O1
OPT=-g -O0
DRIVER=driver-linux
else
# In this case, any attempt to build luprex will trigger an error,