You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: