fix: export_preset path not resetting propperly #9

Merged
Sara merged 2 commits from fix/justfile-export_templates into development 2025-04-16 09:51:16 +00:00
Showing only changes of commit 49689745db - Show all commits

View file

@ -3,7 +3,7 @@ set export
BUILD_NAME := "change_me"
build:
cd engine/ && scons target=editor symbols=yes optimization=debug dev_build=yes linker=mold use_llvm=yes compiledb=yes
cd engine/ && scons target=editor symbols=yes optimization=debug dev_build=yes linker=mold use_llvm=yes compiledb=yes custom_modules="../modules"
run: build
engine/bin/godot.linuxbsd.editor.dev.x86_64.llvm --editor --path project