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

ninja: handle CONFIGURATION_NAME edge case #35

Closed
wants to merge 1 commit into from

Conversation

refack
Copy link
Contributor

@refack refack commented Feb 21, 2017

fix #34
until nodejs/node#11217 lands

icu-generic.gyp has the phrase `'../../<(CONFIGURATION_NAME)'`
that doesn't resolve correctly in the generated ninja
@@ -140,6 +140,8 @@ Ninja.prototype.expand = function expand(p, productDir) {
p = p.replace(/\$!INTERMEDIATE_DIR/g, intDir);
}

// First one is in order to outsmart silly GYP file writers
Copy link

Choose a reason for hiding this comment

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

silly is fine. 🙃
But I'd also plead "under-informed" here.

Copy link

Choose a reason for hiding this comment

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

ninja is my friend. gyp is not my friend.

Copy link

@srl295 srl295 left a comment

Choose a reason for hiding this comment

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

looks like a good workaround

@refack refack closed this Apr 7, 2017
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.

can't build with icu until nodejs/node#11217 lands
2 participants