Skip to content

Commit 5bcd21e

Browse files
committed
Fix test-* targets
1 parent da7e1c5 commit 5bcd21e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ ifneq (,$(CODE_SIGN_IDENTITY))
135135
endif
136136

137137
define GEN_TEST
138-
test-$1: $1 $(LUASRCDIET_DEST) $(DIST_DEST) build/project.godot
138+
test-$1: $1 $(LUASRCDIET_DEST) $(LUAJIT_JITLIB_DEST) $(DIST_DEST) build/project.godot
139139
@mkdir -p $(dir build/addons/godot-lua-pluginscript/$2)
140140
cp $2 build/addons/godot-lua-pluginscript/$2
141141
$(GODOT_BIN) --path build --no-window --quit --script "$(CURDIR)/src/test/init.lua"

0 commit comments

Comments
 (0)