mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 01:16:59 +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
|
||||
default
|
||||
fi
|
||||
local p
|
||||
for p in "${CROS_WORKON_PROJECT[@]}"; do
|
||||
if [[ ${p} == chromiumos/platform/* ]]; then
|
||||
append-flags -clang
|
||||
break
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
cw_emake() {
|
||||
|
Loading…
Reference in New Issue
Block a user