diff options
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 |