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

My C# project prompts that libssl is needed after Native AOT compilation, so how can I link libssl into the program? #9

Open
Ptkatz opened this issue Aug 1, 2024 · 1 comment

Comments

@Ptkatz
Copy link

Ptkatz commented Aug 1, 2024

image

My C# project prompts that libssl is needed after Native AOT compilation, so how can I link libssl into the program?

@MichalStrehovsky
Copy link
Owner

It's not possible with PublishAotCross. You can do it with regular .net build but it's not recommend: https://github.com/dotnet/runtime/blob/9fe8c95c890b0e68c77c7970f8413b1375afe18f/src/coreclr/nativeaot/docs/compiling.md#L72

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