mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Merge branch 'make-multicore' into 'master'
Temporarily allow gnu-make without named pipes See merge request redox-os/redox!1812
This commit is contained in:
commit
3e8d47a0f9
@ -10,4 +10,12 @@ autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
template = "configure"
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
COOKBOOK_CONFIGURE_FLAGS+=(
|
||||
# TODO: https://gitlab.redox-os.org/redox-os/redox/-/issues/1753
|
||||
'ac_cv_func_mkfifo=no'
|
||||
)
|
||||
cookbook_configure
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user