mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-07 21:49:58 +02:00
Fixed twilight builds with invalid eme enabling
Signed-off-by: mr. m <91018726+mauro-balades@users.noreply.github.com>
This commit is contained in:
parent
61efc6b834
commit
7dc4bb728b
1 changed files with 1 additions and 1 deletions
|
@ -7,9 +7,9 @@ else
|
||||||
export CXX=clang++
|
export CXX=clang++
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ac_add_options --enable-eme=widevine
|
|
||||||
if test "$SURFER_COMPAT" = "x86_64"; then
|
if test "$SURFER_COMPAT" = "x86_64"; then
|
||||||
ac_add_options --target=x86_64-pc-linux
|
ac_add_options --target=x86_64-pc-linux
|
||||||
|
ac_add_options --enable-eme=widevine
|
||||||
|
|
||||||
# Enable Profile Guided Optimization
|
# Enable Profile Guided Optimization
|
||||||
if test "$ZEN_GA_DISABLE_PGO"; then
|
if test "$ZEN_GA_DISABLE_PGO"; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue