Disable webengine sandbox in macOS CI

This commit is contained in:
Kovid Goyal 2019-09-05 14:00:24 +05:30
parent ff5e5f2743
commit 987a869614
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -34,7 +34,7 @@ if ismacos:
setenv('CFLAGS', '-I$SW/include') setenv('CFLAGS', '-I$SW/include')
setenv('LDFLAGS', '-L$SW/lib') setenv('LDFLAGS', '-L$SW/lib')
setenv('QMAKE', '$SW/qt/bin/qmake') setenv('QMAKE', '$SW/qt/bin/qmake')
setenv('CALIBRE_QT_PREFIX', '$SW/qt') setenv('QTWEBENGINE_DISABLE_SANDBOX', '1')
else: else:
SWBASE = '/sw' SWBASE = '/sw'