Fixing shebangs
This commit is contained in:
parent
dba412efad
commit
abf2a5e4bf
@ -366,6 +366,13 @@ echo "ac_add_options --disable-crashreporter" >> .mozconfig
|
||||
|
||||
echo 'export NODEJS="%{_buildrootdir}/bin/node-stdout-nonblocking-wrapper"' >> .mozconfig
|
||||
|
||||
# Remove executable bit to make brp-mangle-shebangs happy.
|
||||
chmod -x third_party/rust/itertools/src/lib.rs
|
||||
chmod a-x third_party/rust/gfx-backend-vulkan/src/*.rs
|
||||
chmod a-x third_party/rust/gfx-hal/src/*.rs
|
||||
chmod a-x third_party/rust/ash/src/extensions/ext/*.rs
|
||||
chmod a-x third_party/rust/ash/src/extensions/khr/*.rs
|
||||
|
||||
#===============================================================================
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user