Skip to content

Commit 45ea88a

Browse files
committed
Fix add mkdir before trying to copy file
1 parent 713ade6 commit 45ea88a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ endif
114114

115115
define GEN_TEST
116116
test-$1: $1 $(LUASRCDIET_DEST) $(DIST_DEST) build/project.godot
117+
@mkdir -p $(dir build/addons/godot-lua-pluginscript/$2)
117118
cp $2 build/addons/godot-lua-pluginscript/$2
118119
$(GODOT_BIN) --path build --no-window --quit --script "$(CURDIR)/src/test/init.lua"
119120
endef

0 commit comments

Comments
 (0)