added custom modules to build command

This commit is contained in:
Jan van der Weide 2025-04-14 13:04:03 +02:00
parent 58690660c4
commit 49689745db

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