From a324a39a71b9ac403314627348322e51ed9b5dc0 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Mon, 22 Jun 2020 17:36:10 +0800 Subject: fix. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 4c3c67f..559552b 100644 --- a/makefile +++ b/makefile @@ -18,7 +18,7 @@ DCOMPILE_FLAGS = -D DEBUG # Add additional include paths INCLUDES = -I $(SRC_PATH) -I ./src/lua # General linker settings -LINK_FLAGS = -L ./src/lua -lpthread -llua +LINK_FLAGS = -L ./src/lua -lpthread -llua -ldl -lreadline # Additional release-specific linker settings RLINK_FLAGS = # Additional debug-specific linker settings -- cgit v1.2.3-55-g6feb