diff --git a/helpers/make-thunderbird b/helpers/make-thunderbird index 4306a48d8a01a13dc0ac5d0714c1110e057e7c3f..78e2151f9de4355ca47c2fcd06245b27963015c8 100644 --- a/helpers/make-thunderbird +++ b/helpers/make-thunderbird @@ -124,8 +124,10 @@ sed 's/com.ubuntu/org.trisquel/' -i debian/config/mozconfig.in ## Add other archs that might present the same lack of disable-eme option cat << ARCH >> debian/config/mozconfig.in %%if DEB_HOST_ARCH != armhf +%%if DEB_HOST_ARCH != arm64 ac_add_options --disable-eme %%endif +%%endif ARCH ########################################################