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

fix conditions in binding.gyp for mac #387

Merged
merged 1 commit into from
Feb 8, 2016

Conversation

jskrzypek
Copy link
Contributor

Fix #386

The previous command expansions to test for dnx and mono being
installed did not actually work on mac osx previously. They have
been changed to a format that should be supported by most unix
shells:

'"<!((which dnx) || echo not_found)"!="not_found"'

Fix tjanczuk#386

The previous command expansions to test for dnx and mono being
installed did not actually work on mac osx previously. They have
been changed to a format that should be supported by most unix
shells:

`'"<!((which dnx) || echo not_found)"!="not_found"'`
@tjanczuk
Copy link
Owner

tjanczuk commented Feb 8, 2016

Thank you!

tjanczuk added a commit that referenced this pull request Feb 8, 2016
fix conditions in binding.gyp for mac
@tjanczuk tjanczuk merged commit c611840 into tjanczuk:master Feb 8, 2016
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.

2 participants