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

base_bigstring.v0.16.0: Add memmem shim patch #286

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

WardBrian
Copy link
Contributor

base_bigstring-windows.v0.16.0 added in #280 fails to link due to the use of memmem which is not in the mingw distribution. There is already an issue for this on the base_bigstring repository: janestreet/base_bigstring#6

This PR resolves this by adding a patch with a basic shim to provide the function.

I have used this to build and test a finished executable, so I can confirm it fixes the linking issue.

@WardBrian
Copy link
Contributor Author

@toots mind giving this a look? I feel bad I merged a broken package

@toots toots merged commit ac72ae8 into ocaml-cross:main Oct 3, 2023
3 checks passed
@toots
Copy link
Member

toots commented Oct 3, 2023

Thanks!

@WardBrian WardBrian deleted the fix/base-bigstring-memmem branch October 3, 2023 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants