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

Pull in the required MonoPoxisHelper method calls into this repo. #76

Open
dellis1972 opened this issue Jan 14, 2021 · 1 comment
Open

Comments

@dellis1972
Copy link
Contributor

Currently for .net 6 and other platforms we have a runtime dependency on Mono.Posix.NetStandard. This is only because we need libMonoPosixHelper.so/dylib on the various platforms. We already pulled in the required C# code so we are independent of that library. So we should also pull in the required native bits.

Now we can either

  1. Create a new native lib libZipSharpHelper which contains those calls or..
  2. Fold that code into the libzip native libraries.

Not sure which option is better..

@grendello
Copy link
Contributor

Mono.Posix + the helper native lib will soon be moving to their own repository. Perhaps we could submodule it and refactor the native helper code so that we can include the sources we need in our build?

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

No branches or pull requests

2 participants