mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
GNU Make's configure detects our new `glob.h` so we don't have to override it anymore. Overriding it causes compilation to fail.
10 lines
203 B
TOML
10 lines
203 B
TOML
#TODO very basic makefiles are tested to work but needs more testing
|
|
[source]
|
|
tar = "http://ftp.gnu.org/gnu/make/make-4.4.tar.gz"
|
|
patches = [
|
|
"redox.patch"
|
|
]
|
|
|
|
[build]
|
|
template = "configure"
|