From 7dc4bb728bd6fbf5eaacd69aaf389b13b0fe551e Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mauro-balades@users.noreply.github.com> Date: Tue, 22 Apr 2025 16:52:12 +0200 Subject: [PATCH] Fixed twilight builds with invalid eme enabling Signed-off-by: mr. m <91018726+mauro-balades@users.noreply.github.com> --- configs/linux/mozconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/linux/mozconfig b/configs/linux/mozconfig index 55c9cf46..8d5a5082 100644 --- a/configs/linux/mozconfig +++ b/configs/linux/mozconfig @@ -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