mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-27 08:38:54 +00: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:
@@ -7,9 +7,9 @@ else
|
||||
export CXX=clang++
|
||||
fi
|
||||
|
||||
ac_add_options --enable-eme=widevine
|
||||
if test "$SURFER_COMPAT" = "x86_64"; then
|
||||
ac_add_options --target=x86_64-pc-linux
|
||||
ac_add_options --enable-eme=widevine
|
||||
|
||||
# Enable Profile Guided Optimization
|
||||
if test "$ZEN_GA_DISABLE_PGO"; then
|
||||
|
||||
Reference in New Issue
Block a user