Modify setup.py to include PATH into subshell env under win32
Signed-off-by: Romain Bignon <romain@peerfuse.org>
This commit is contained in:
parent
d026e20f73
commit
08d556a6e2
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -83,7 +83,7 @@ def build_qt():
|
|||
pyuic4 = check_executable('pyuic4', 'To disable Qt applications, use --no-qt.')
|
||||
|
||||
if sys.platform == 'win32':
|
||||
env={ 'PYUIC' : pyuic4}
|
||||
env={ 'PYUIC' : pyuic4, 'PATH':os.environ['PATH']}
|
||||
extraMakeFlag = ['-e']
|
||||
else:
|
||||
env = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue