summaryrefslogtreecommitdiffstats
path: root/source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.build
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.build')
-rwxr-xr-xsource/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.build b/source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.build
index 06116e435..e3030faa0 100755
--- a/source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.build
+++ b/source/xap/mozilla-firefox/build-deps/cbindgen/cbindgen.build
@@ -51,4 +51,5 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-cargo install --force cbindgen
+cargo build --release
+install -Dm755 target/release/cbindgen /root/.cargo/bin