From 63539c1dc73bbf4f758240575b88b9bbc4893ea8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 5 Sep 2019 14:14:20 +0530 Subject: [PATCH] Set the library path for @rpath linked things --- setup/unix-ci.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/unix-ci.py b/setup/unix-ci.py index f46854129e..35d9e79681 100644 --- a/setup/unix-ci.py +++ b/setup/unix-ci.py @@ -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'