Skip to content

Commit 293fe29

Browse files
authored
Merge fc80613 into a207ad5
2 parents a207ad5 + fc80613 commit 293fe29

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

source/setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,9 @@ def _genManifestTemplate(shouldHaveUIAccess: bool) -> tuple[int, int, bytes]:
237237
("louis/tables",glob("louis/tables/*")),
238238
("COMRegistrationFixes", glob("COMRegistrationFixes/*.reg")),
239239
(".", glob("../miscDeps/python/*.dll")),
240-
(".", ['message.html' ])
240+
(".", ['message.html' ]),
241+
(".", [os.path.join(sys.base_prefix, "python3.dll")])
242+
241243
] + (
242244
getLocaleDataFiles()
243245
+ getRecursiveDataFiles("synthDrivers", "synthDrivers",

0 commit comments

Comments
 (0)