mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
fix: GNU Make detects our glob.h
GNU Make's configure detects our new `glob.h` so we don't have to override it anymore. Overriding it causes compilation to fail.
This commit is contained in:
parent
5a787b283e
commit
1d5b170e3c
@ -6,10 +6,4 @@ patches = [
|
||||
]
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
COOKBOOK_CONFIGURE_FLAGS+=(
|
||||
make_cv_sys_gnu_glob=yes
|
||||
)
|
||||
cookbook_configure
|
||||
"""
|
||||
template = "configure"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user