Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[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
Member

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
Collaborator

Ms2ger commented Aug 23, 2016

@Ms2ger Ms2ger closed this Aug 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.