diff options
author | Li Jin <dragon-fly@qq.com> | 2022-11-16 10:53:09 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2022-11-16 10:53:09 +0800 |
commit | cfe8c31260fe2fabba1a3ce77adb6a85fc1fae47 (patch) | |
tree | 1ed31c2958a59ce1c33efda14119e0a7997d47f6 /makefile | |
parent | 7ecfd8f02bad9ebba7e32894da278a48ef9ecee9 (diff) | |
download | yuescript-cfe8c31260fe2fabba1a3ce77adb6a85fc1fae47.tar.gz yuescript-cfe8c31260fe2fabba1a3ce77adb6a85fc1fae47.tar.bz2 yuescript-cfe8c31260fe2fabba1a3ce77adb6a85fc1fae47.zip |
fix build. update doc.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -214,7 +214,7 @@ else | |||
214 | @echo "Beginning debug build" | 214 | @echo "Beginning debug build" |
215 | endif | 215 | endif |
216 | ifneq ($(NO_LUA),true) | 216 | ifneq ($(NO_LUA),true) |
217 | @$(MAKE) generic -C $(SRC_PATH)/3rdParty/lua | 217 | @$(MAKE) $(PLAT) -C $(SRC_PATH)/3rdParty/lua |
218 | endif | 218 | endif |
219 | @$(START_TIME) | 219 | @$(START_TIME) |
220 | @$(MAKE) all --no-print-directory | 220 | @$(MAKE) all --no-print-directory |