mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-01 06:03:10 +02:00
Set the library path for @rpath linked things
This commit is contained in:
parent
987a869614
commit
63539c1dc7
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ def install_env():
|
|||
setenv('LDFLAGS', '-L$SW/lib')
|
||||
setenv('QMAKE', '$SW/qt/bin/qmake')
|
||||
setenv('QTWEBENGINE_DISABLE_SANDBOX', '1')
|
||||
setenv('DYLD_LIBRARY_PATH', '$SW/lib')
|
||||
else:
|
||||
|
||||
SWBASE = '/sw'
|
||||
|
|
|
|||
Loading…
Reference in a new issue