chromium: don't error when setting broken=
This commit is contained in:
parent
239e205ad6
commit
4b4ced9e6e
|
@ -32,7 +32,9 @@ depends="libexif hwids desktop-file-utils hicolor-icon-theme"
|
|||
nostrip_files="$(vopt_if nacl 'nacl_irt_x86_64.nexe nacl_irt_x86_32.nexe')"
|
||||
|
||||
# nacl currently makes problems with GN
|
||||
[ "$build_option_nacl" ] && broken=yes
|
||||
if [ -n "$build_option_nacl" ]; then
|
||||
broken=yes
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
|
|
Loading…
Reference in New Issue