Skip to content

Support debugmozjs on Windows. #190

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

Merged
merged 1 commit into from
Jul 9, 2019
Merged

Support debugmozjs on Windows. #190

merged 1 commit into from
Jul 9, 2019

Conversation

jdm
Copy link
Member

@jdm jdm commented Jul 9, 2019

This change is Reviewable

let host = env::var("HOST").unwrap();
if env::var_os("CARGO_FEATURE_DEBUGMOZJS").is_some() && target.contains("windows") {
// https://github.com/rust-lang/rust/issues/39016
panic!("Rustc doesn't support MSVC debug runtime.");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay!

@asajeffrey
Copy link
Member

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit 2b97c2d has been approved by asajeffrey

@bors-servo
Copy link
Contributor

⌛ Testing commit 2b97c2d with merge 43be7cd...

bors-servo pushed a commit that referenced this pull request Jul 9, 2019
Support debugmozjs on Windows.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/mozjs/190)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

☀️ Test successful - checks-travis, status-appveyor
Approved by: asajeffrey
Pushing 43be7cd to master...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants