From 49689745dbe2e80e8a652677b4d6a4e30ebda1e0 Mon Sep 17 00:00:00 2001 From: Jan van der Weide Date: Mon, 14 Apr 2025 13:04:03 +0200 Subject: [PATCH] added custom modules to build command --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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