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

[do not merge] smup #290

Closed
wants to merge 1 commit into from
Closed

[do not merge] smup #290

wants to merge 1 commit into from

Conversation

fitzgen
Copy link
Contributor

@fitzgen fitzgen commented Aug 22, 2016

Matching PR for servo/mozjs#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
Copy link
Contributor

Ms2ger commented Aug 23, 2016

#291

@Ms2ger Ms2ger closed this Aug 23, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants