servo / rust-mozjs

DEPRECATED - moved to servo/mozjs instead.
Mozilla Public License 2.0
293 stars 122 forks source link

[do not merge] smup #290

Closed fitzgen closed 8 years ago

fitzgen commented 8 years ago

Matching PR for https://github.com/servo/mozjs/pull/93

Only has macos64 bindings thus far.

Is it correct to do

$ cargo build
$ ./etc/bindings.sh
$ mv out.rs src/jsapi_macos_64.rs

for the non-DEBUG bindings, and do

$ cargo build --features debugmozjs
$ ./etc/bindings.sh
$ mv out.rs src/jsapi_macos_64_debug.rs

for the DEBUG bindings? (Because that is what I have done here.)

@Ms2ger


This change is Reviewable

Ms2ger commented 8 years ago

291