Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Commit 28f9fb0

Browse files
author
bors-servo
authored
Auto merge of #271 - metajack:fix-linux64-bindings, r=nox
Fix linux 64bit bindings which included inline symbols This requires rust-lang/rust-bindgen#2 and rust-lang/rust-bindgen#3 to run bindgen, but does not need to wait on those to land as the new bindings are included here. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-mozjs/271) <!-- Reviewable:end -->
2 parents a5ec009 + 57b95ae commit 28f9fb0

File tree

3 files changed

+658
-5739
lines changed

3 files changed

+658
-5739
lines changed

etc/bindings.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cd "$(dirname "$0")"
22

33
../../rust-bindgen/target/debug/bindgen \
4+
-no-class-constants \
45
-no-type-renaming \
56
-dtor-attr unsafe_no_drop_flag \
67
-blacklist-type DefaultHasher \

0 commit comments

Comments
 (0)