Skip to content

Commit 713ade6

Browse files
committed
Fix add LuaSrcDiet as dependency for tests
1 parent e13dbc0 commit 713ade6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ ifneq (,$(CODE_SIGN_IDENTITY))
113113
endif
114114

115115
define GEN_TEST
116-
test-$1: $1 $(DIST_DEST) build/project.godot
116+
test-$1: $1 $(LUASRCDIET_DEST) $(DIST_DEST) build/project.godot
117117
cp $2 build/addons/godot-lua-pluginscript/$2
118118
$(GODOT_BIN) --path build --no-window --quit --script "$(CURDIR)/src/test/init.lua"
119119
endef

0 commit comments

Comments
 (0)