Commit 893d200f authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

openblas: make clean is required for fallback build case (cf nexedi/slapos!42).

parent 28b03b2f
......@@ -23,7 +23,7 @@ build-ext-options =
# First try with auto-detected target and if it fails try TARGET=GENERIC.
configure-command =
make ${:build-common-options} ${:build-ext-options} || make ${:build-common-options} TARGET=GENERIC
make ${:build-common-options} ${:build-ext-options} || (make -j1 clean && make ${:build-common-options} TARGET=GENERIC)
make-options =
dummy
make-targets =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment