We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13dbc0 commit 713ade6Copy full SHA for 713ade6
Makefile
@@ -113,7 +113,7 @@ ifneq (,$(CODE_SIGN_IDENTITY))
113
endif
114
115
define GEN_TEST
116
-test-$1: $1 $(DIST_DEST) build/project.godot
+test-$1: $1 $(LUASRCDIET_DEST) $(DIST_DEST) build/project.godot
117
cp $2 build/addons/godot-lua-pluginscript/$2
118
$(GODOT_BIN) --path build --no-window --quit --script "$(CURDIR)/src/test/init.lua"
119
endef
0 commit comments