Remove executable bit from rust sources

This commit is contained in:
Martin Stransky 2020-06-01 22:02:24 +02:00
parent b44a1c8983
commit cfe25360c3
1 changed files with 2 additions and 0 deletions

View File

@ -514,6 +514,8 @@ echo 'export NODEJS="%{_buildrootdir}/bin/node-stdout-nonblocking-wrapper"' >> .
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
#---------------------------------------------------------------------