Skip to content

Commit

Permalink
bundle 64-bit DLLs in win32 wheel
Browse files Browse the repository at this point in the history
These DLLs are required for running the tests.
  • Loading branch information
jborbely committed May 13, 2024
1 parent 7b11dc1 commit 265c71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'linux_x86_64': include + ('.so', 'linux', 'linux.config', 'dotnet_lib32.dll', 'dotnet_lib64.dll'),
'macos_arm64': include + ('libarm64.dylib',),
'macos_x86_64': include + ('lib64.dylib', 'dotnet_lib32.dll', 'dotnet_lib64.dll'),
'win32': include + ('lib32.dll', '.exe', '.exe.config'),
'win32': include + ('.dll', '.exe', '.exe.config'),
'win_amd64': include + ('.dll', '.exe', '.exe.config'),
}

Expand Down

0 comments on commit 265c71a

Please sign in to comment.