mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
remove mac setLibraryPaths() call
This commit is contained in:
parent
98485621b6
commit
b56ca60d2f
1 changed files with 0 additions and 3 deletions
|
@ -208,9 +208,6 @@ def _run():
|
||||||
opts.profile = opts.profile or ""
|
opts.profile = opts.profile or ""
|
||||||
|
|
||||||
# on osx we'll need to add the qt plugins to the search path
|
# on osx we'll need to add the qt plugins to the search path
|
||||||
if isMac and getattr(sys, 'frozen', None):
|
|
||||||
rd = os.path.abspath(moduleDir + "/../../../plugins")
|
|
||||||
QCoreApplication.setLibraryPaths([rd])
|
|
||||||
|
|
||||||
# work around pyqt loading wrong GL library
|
# work around pyqt loading wrong GL library
|
||||||
if isLin:
|
if isLin:
|
||||||
|
|
Loading…
Reference in a new issue