fix: Fixed DRM not installed for arm64 builds, b=(closes #7759), c=configs

This commit is contained in:
mr. m
2025-04-22 16:25:31 +02:00
parent ff1795fe96
commit 4cc687e2cd
5 changed files with 8 additions and 8 deletions

View File

@@ -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