[command] name = 'build-compiler' description = 'Build a GCC cross-compiler that targets the Rosetta operating system' [dependency] seeds = [ 'libc-headers', 'magenta-headers', ] [exec] args = [ 'src:build.py'] # vim: ft=toml