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: Unicorn build paths in top-level Makefile and Rust bindings' build.rs #23

Merged
merged 2 commits into from
Nov 20, 2023

Conversation

mellow-hype
Copy link
Contributor

I ran into some issues while trying to use the Rust bindings and eventually realized that the Unicorn build directory used in the top-level Makefile didn't match the paths used in bindings/rust/build.rs.

This PR updates the Unicorn build path in Makefile to use build/unicorn so that it's created in the location where build.rs expects it to be. Another minor change was also made to bindings/rust/src/lib.rs to remove warnings about globbed re-exported symbols.

@domenukk domenukk merged commit 63aab0f into AFLplusplus:main Nov 20, 2023
5 of 8 checks passed
@domenukk
Copy link
Member

Thanks!

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