mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 17:06:58 +02:00
Merge pull request #251 from marineam/cros-workon
fix(cros-workon.eclass): Do not add -clang to CFLAGS
This commit is contained in:
commit
76e085cad6
@ -503,13 +503,6 @@ cros-workon_src_configure() {
|
|||||||
else
|
else
|
||||||
default
|
default
|
||||||
fi
|
fi
|
||||||
local p
|
|
||||||
for p in "${CROS_WORKON_PROJECT[@]}"; do
|
|
||||||
if [[ ${p} == chromiumos/platform/* ]]; then
|
|
||||||
append-flags -clang
|
|
||||||
break
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cw_emake() {
|
cw_emake() {
|
||||||
|
Loading…
Reference in New Issue
Block a user