Fix bug introduced during drvssl refactor.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user