Skip to content
Snippets Groups Projects
Verified Commit 1d5b170e authored by Josh Megnauth's avatar Josh Megnauth
Browse files

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.
parent 5a787b28
No related branches found
No related tags found
1 merge request!433fix: GNU Make detects our glob.h
......@@ -6,10 +6,4 @@ patches = [
]
[build]
template = "custom"
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
make_cv_sys_gnu_glob=yes
)
cookbook_configure
"""
template = "configure"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment