Closed ankith26 closed 2 months ago
I just tested this on a fresh Windows 11 VM and it seems to work okay
While this strategy works, I believe it can be improved further. I'll experiment with this a bit more.
Okay, I think this PR should be done from my side.
The new strategy basically makes the meson buildconfig keep track of the DLL dirs in a JSON file, and then at runtime this file can be handled if it is available (in the editable case only)
An (untested) attempt to making editable installs work on windows.
Basically the idea is to special case the DLL handling code which already exists, to handle editable installs differently. With an editable install no DLL moving happens, so we just have to hunt for the DLLs in the source tree and track the folders.