mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
SCons: pass ninja_file variable in tool instead of default name
Noticed that when I run with `ninja_file` it wasn't created even though in terminal I saw that the file will be generated Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
This commit is contained in:
parent
5efd124ca1
commit
1250681a4f
2 changed files with 4 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -36,8 +36,8 @@ compile_commands.json
|
|||
platform/windows/godot_res.res
|
||||
|
||||
# Ninja build files
|
||||
build.ninja
|
||||
.ninja
|
||||
*.ninja
|
||||
.ninja/
|
||||
run_ninja_env.bat
|
||||
|
||||
# Generated by Godot binary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue