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

Fixes compilation for macOS #30

Merged
merged 3 commits into from Nov 17, 2016

Conversation

scrogson
Copy link
Member

@scrogson scrogson commented Nov 17, 2016

I was unable to get mix compile to work with the git dependencies as the TomlParser doesn't have a clause that matches in proc_value/1.

I saw that it doesn't currently care about much other than getting the name of the project, so I added a catch all clause which allowed compilation to proceed.

I added stderr_to_stdout because the rust compiler was panicing due the way open_port works.

The quotes around the link-args was causing errors, removed those and everything is compiling!

@hansihe hansihe merged commit a32fee3 into rusterlium:master Nov 17, 2016
@hansihe
Copy link
Member

hansihe commented Nov 17, 2016

Thanks!

@scrogson scrogson mentioned this pull request Nov 17, 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.

None yet

2 participants