We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e62c503 + 1fd29f3 commit 4adf697Copy full SHA for 4adf697
make.py
@@ -240,7 +240,7 @@ def py_arch(self):
240
def prepath(self):
241
"""Return PATH contents to be prepend to the environment variable"""
242
path = [r"Lib\site-packages\PyQt5", r"Lib\site-packages\PyQt4",
243
- "", # Python root directory (python.exe)
+ r"Lib\site-packages\PySide2", "", # Python root directory
244
"DLLs", "Scripts", r"..\t", r"..\t\mingw32\bin"
245
]
246
if self.distribution.architecture == 32 \
0 commit comments