mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
tweak mplayer loc on osx
This commit is contained in:
parent
14ae3d5936
commit
e131b20afd
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ if isMac:
|
|||
os.environ['PATH'] += ":" + "/usr/local/bin"
|
||||
dir = os.path.dirname(os.path.abspath(__file__))
|
||||
dir = os.path.abspath(dir + "/../../../..")
|
||||
os.environ['PATH'] += ":" + dir + "/audio"
|
||||
os.environ['PATH'] += ":" + dir + "/Resources/audio"
|
||||
|
||||
def retryWait(proc):
|
||||
# osx throws interrupted system call errors frequently
|
||||
|
|
Loading…
Reference in a new issue