mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 12:15:05 +01:00
Disable webengine sandbox in macOS CI
This commit is contained in:
parent
ff5e5f2743
commit
987a869614
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ def install_env():
|
|||
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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue