Skip to content

Commit

Permalink
Python: no need for a call to SetDllDirectoryW() anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Oct 22, 2019
1 parent e1fdbfd commit 64e936e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/plugins/support/PythonSupport/src/pythonsupportplugin.cpp
Expand Up @@ -133,13 +133,6 @@ void PythonSupportPlugin::initializePlugin()
// Ensure the user's Python site directory (in ~/.local, etc.) isn't used

Py_NoUserSiteDirectory = 1;

#ifdef Q_OS_WIN
// On Windows, we need to specify the location of the DLLs we have bundled
// with OpenCOR

SetDllDirectoryW((LPCWSTR) QDir::toNativeSeparators(QCoreApplication::applicationDirPath()).utf16());
#endif
}

//==============================================================================
Expand Down

0 comments on commit 64e936e

Please sign in to comment.