mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-06-07 17:56:02 +02:00
install.sh: fix building without webengine
Change-Id: If3277035d695aaa28a26091845091b250d842515
This commit is contained in:
parent
b3f87a5f6e
commit
67e0d766a2
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ enable_libwrap=true
|
||||||
enable_webengine=true
|
enable_webengine=true
|
||||||
arch=''
|
arch=''
|
||||||
|
|
||||||
while getopts gsc:dQ:P:p:uWw:a: OPT; do
|
while getopts gsc:dQ:P:p:uWwa: OPT; do
|
||||||
case "$OPT" in
|
case "$OPT" in
|
||||||
g)
|
g)
|
||||||
global='true'
|
global='true'
|
||||||
|
|
Loading…
Add table
Reference in a new issue