From cfe8c31260fe2fabba1a3ce77adb6a85fc1fae47 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 16 Nov 2022 10:53:09 +0800 Subject: fix build. update doc. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index cfe56cd..5a09109 100644 --- a/makefile +++ b/makefile @@ -214,7 +214,7 @@ else @echo "Beginning debug build" endif ifneq ($(NO_LUA),true) - @$(MAKE) generic -C $(SRC_PATH)/3rdParty/lua + @$(MAKE) $(PLAT) -C $(SRC_PATH)/3rdParty/lua endif @$(START_TIME) @$(MAKE) all --no-print-directory -- cgit v1.2.3-55-g6feb