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

gcc build change requires gcc 0.3.52+ #227

Merged
merged 1 commit into from
Aug 22, 2017
Merged

Conversation

hone
Copy link
Contributor

@hone hone commented Aug 22, 2017

331852f fixed a deprecation in gcc-rs. This requires a bump to at least 0.3.52 or this error will happen during build:

   |
87 |     gcc::Build::new().object(object_path).compile("libneon.a");
   |     ^^^^^^^^^^^^^^^ Could not find `Build` in `gcc`

error: aborting due to previous error(s)

@dherman dherman merged commit 6ddf6a1 into neon-bindings:master Aug 22, 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.

2 participants