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

Refactor build.rs #16

Merged
merged 11 commits into from
Sep 25, 2024
Merged

Refactor build.rs #16

merged 11 commits into from
Sep 25, 2024

Conversation

raviqqe
Copy link
Member

@raviqqe raviqqe commented Sep 24, 2024

This is a revival of #4.

@raviqqe raviqqe enabled auto-merge (squash) September 24, 2024 13:27
@raviqqe raviqqe disabled auto-merge September 24, 2024 13:28
@raviqqe raviqqe marked this pull request as draft September 24, 2024 13:38
);
} else {
println!("cargo:rustc-link-lib={}", flag);
}
}

println!("cargo:rustc-link-lib=ffi");
Copy link
Member Author

Choose a reason for hiding this comment

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

Somehow, libffi doesn't show up in --system-libs on both Linux and macOS...

@raviqqe raviqqe marked this pull request as ready for review September 24, 2024 14:31
@raviqqe raviqqe requested a review from edg-l September 24, 2024 14:31
@edg-l edg-l enabled auto-merge September 25, 2024 06:11
@edg-l edg-l disabled auto-merge September 25, 2024 06:13
@edg-l edg-l merged commit 3d94eef into master Sep 25, 2024
5 checks passed
@edg-l edg-l deleted the chore/refactor-ci branch September 25, 2024 06:13
@raviqqe
Copy link
Member Author

raviqqe commented Sep 25, 2024

Thank you for the review!

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