mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
7 lines
223 B
TOML
7 lines
223 B
TOML
#TODO missing script for building, see https://go.dev/doc/install/source
|
|
#TODO use the Go frontend from GCC or build the official compiler?
|
|
[source]
|
|
tar = "https://go.dev/dl/go1.21.5.src.tar.gz"
|
|
[build]
|
|
template = "custom"
|