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

Add library bundling mechanism #5

Open
virtuald opened this issue Nov 11, 2024 · 0 comments
Open

Add library bundling mechanism #5

virtuald opened this issue Nov 11, 2024 · 0 comments

Comments

@virtuald
Copy link
Owner

meson-python already has most of the code needed for this -- but I'd like it to work on Windows too.

It seems to me that the best way to get windows support would be to auto-inject some py file that the package can import that would load the DLL (or use os.add_dll_directory which was introduced in Python 3.8) before the extension that needs it is ran.

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

1 participant