Skip to content
Snippets Groups Projects
Commit f8ff9ae6 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

win32: look in library_paths for Python modules too

Any Python modules needing Qt will need this.
parent 8fbd03b9
No related branches found
No related tags found
No related merge requests found
......@@ -156,6 +156,7 @@ if (python_enabled)
"${superbuild_install_location}/bin"
"${superbuild_install_location}/Python"
"${superbuild_install_location}/Python/Lib/site-packages/pywin32_system32"
${library_paths}
EXCLUDE_REGEXES ${exclude_regexes})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment