mirror of
https://github.com/encounter/dtk-template.git
synced 2025-12-18 09:25:35 +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()
|
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
|
# Build rules
|
||||||
###
|
###
|
||||||
|
|||||||
Reference in New Issue
Block a user