Skip to content

Commit 4adf697

Browse files
authored
Merge pull request #627 from stonebig/master
Pyside2 complement
2 parents e62c503 + 1fd29f3 commit 4adf697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def py_arch(self):
240240
def prepath(self):
241241
"""Return PATH contents to be prepend to the environment variable"""
242242
path = [r"Lib\site-packages\PyQt5", r"Lib\site-packages\PyQt4",
243-
"", # Python root directory (python.exe)
243+
r"Lib\site-packages\PySide2", "", # Python root directory
244244
"DLLs", "Scripts", r"..\t", r"..\t\mingw32\bin"
245245
]
246246
if self.distribution.architecture == 32 \

0 commit comments

Comments
 (0)