X Tutup
Skip to content

Commit 1fd29f3

Browse files
author
stonebig
committed
Pyside2 complement
1 parent 54bb2fc commit 1fd29f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.py

Lines changed: 1 addition & 1 deletion
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)
X Tutup