Do not dynamically load PYTHON_LIBRARY on Windows
ClosedPublic

Authored by alvinhochun on Jul 17 2017, 3:11 PM.

Details

Summary

It points to the .a import lib file on the build host, which is not useful at all since the plugin itself would already be linked to python36.dll and is automatically loaded.

I am also not sure if it is really needed on Linux, but I can't test it so I'm leaving it unchanged.

I've tested this on Windows, don't worry about it ;)

Diff Detail

Repository
R37 Krita
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
This revision was automatically updated to reflect the committed changes.