mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
Allow yet another possible location for pyuic4
This commit is contained in:
parent
fce5fd73e8
commit
3910d32abf
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ then
|
|||
then
|
||||
pyuic=/opt/local/Library/Frameworks/Python.framework/Versions/2.5/bin/pyuic4
|
||||
pyrcc=/opt/local/Library/Frameworks/Python.framework/Versions/2.5/bin/pyrcc4
|
||||
elif [ -e /System/Library/Frameworks/Python.framework/Versions/2.6/bin/pyuic4 ]
|
||||
then
|
||||
pyuic=/System/Library/Frameworks/Python.framework/Versions/2.6/bin/pyuic4
|
||||
pyrcc=/System/Library/Frameworks/Python.framework/Versions/2.6/bin/pyrcc4
|
||||
elif [ -e /Library/Frameworks/Python.framework/Versions/2.6/bin/pyuic4 ]
|
||||
then
|
||||
pyuic=/Library/Frameworks/Python.framework/Versions/2.6/bin/pyuic4
|
||||
|
|
Loading…
Reference in a new issue