added custom modules to build command
This commit is contained in:
parent
58690660c4
commit
49689745db
2
justfile
2
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
|
||||
|
|
Loading…
Reference in a new issue