Fix Python Module build on Windows #105999

Merged
Brecht Van Lommel merged 4 commits from brecht/blender:fix-py-module-win into blender-v3.5-release 2023-03-28 16:32:39 +02:00

4 Commits

Author SHA1 Message Date
Brecht Van Lommel 356787ecf7 Eliminate another blender.shared reference
buildbot/vexp-code-patch-coordinator Build done. Details
2023-03-27 18:24:26 +02:00
Brecht Van Lommel 166cd89441 Fix manifest still being generated 2023-03-27 17:33:02 +02:00
Brecht Van Lommel a2dc61aba9 Fix dll install dir
buildbot/vexp-code-patch-coordinator Build done. Details
2023-03-27 13:23:05 +02:00
Brecht Van Lommel e760cd0d25 Fix Python Module build on Windows with GPU binaries
buildbot/vexp-code-patch-coordinator Build done. Details
Always detect MSVC_REDIST_DIR as it is used by oneAPI. The way
InstallRequiredSystemLibraries is called it already only sets some
variables and doesn't install anything by itself.
2023-03-27 12:03:13 +02:00