From 987a869614cd6d73a5b66a378e4a020aac8c31ef Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 5 Sep 2019 14:00:24 +0530 Subject: [PATCH] Disable webengine sandbox in macOS CI --- setup/unix-ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/unix-ci.py b/setup/unix-ci.py index edceaea801..f46854129e 100644 --- a/setup/unix-ci.py +++ b/setup/unix-ci.py @@ -34,7 +34,7 @@ if ismacos: setenv('CFLAGS', '-I$SW/include') setenv('LDFLAGS', '-L$SW/lib') setenv('QMAKE', '$SW/qt/bin/qmake') - setenv('CALIBRE_QT_PREFIX', '$SW/qt') + setenv('QTWEBENGINE_DISABLE_SANDBOX', '1') else: SWBASE = '/sw'