diff --git a/justfile b/justfile index 06982115..ad237ea9 100644 --- a/justfile +++ b/justfile @@ -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