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.
test-*
1 parent da7e1c5 commit 5bcd21eCopy full SHA for 5bcd21e
1 file changed
Makefile
@@ -135,7 +135,7 @@ ifneq (,$(CODE_SIGN_IDENTITY))
135
endif
136
137
define GEN_TEST
138
-test-$1: $1 $(LUASRCDIET_DEST) $(DIST_DEST) build/project.godot
+test-$1: $1 $(LUASRCDIET_DEST) $(LUAJIT_JITLIB_DEST) $(DIST_DEST) build/project.godot
139
@mkdir -p $(dir build/addons/godot-lua-pluginscript/$2)
140
cp $2 build/addons/godot-lua-pluginscript/$2
141
$(GODOT_BIN) --path build --no-window --quit --script "$(CURDIR)/src/test/init.lua"
0 commit comments