mirror of
https://github.com/encounter/dtk-template.git
synced 2025-12-17 00:47:23 +00:00
Add ninja tools helper for downloading all tools
This commit is contained in:
@@ -367,6 +367,17 @@ def generate_build_ninja(
|
||||
|
||||
n.newline()
|
||||
|
||||
###
|
||||
# Helper rule for downloading all tools
|
||||
###
|
||||
n.comment("Download all tools")
|
||||
n.build(
|
||||
outputs="tools",
|
||||
rule="phony",
|
||||
inputs=[dtk, sjiswrap, wrapper, compilers, binutils],
|
||||
)
|
||||
n.newline()
|
||||
|
||||
###
|
||||
# Build rules
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user