mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Set the library path for @rpath linked things
This commit is contained in:
parent
987a869614
commit
63539c1dc7
@ -35,6 +35,7 @@ if ismacos:
|
||||
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…
x
Reference in New Issue
Block a user