Merge branch 'fix-gnu-make' into 'master'

fix: GNU Make detects our glob.h

See merge request redox-os/cookbook!433
This commit is contained in:
Jeremy Soller 2025-01-07 00:15:51 +00:00
commit 467e6d15db

View File

@ -6,10 +6,4 @@ patches = [
]
[build]
template = "custom"
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
make_cv_sys_gnu_glob=yes
)
cookbook_configure
"""
template = "configure"