Build fix lib.rs file

This commit is contained in:
Martin Stransky 2018-03-07 13:44:51 +01:00
parent 1ccd2a862a
commit 3a5d00872a

View File

@ -433,6 +433,9 @@ echo "ac_add_options --disable-ion" >> .mozconfig
echo "ac_add_options --disable-stylo" >> .mozconfig
%endif
# Remove executable bit to make brp-mangle-shebangs happy.
chmod -x third_party/rust/itertools/src/lib.rs
#---------------------------------------------------------------------
%build