diff options
Diffstat (limited to 'www/ungoogled-chromium/files/patch-services_on__device__model_ml_BUILD.gn')
| -rw-r--r-- | www/ungoogled-chromium/files/patch-services_on__device__model_ml_BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ungoogled-chromium/files/patch-services_on__device__model_ml_BUILD.gn b/www/ungoogled-chromium/files/patch-services_on__device__model_ml_BUILD.gn index 9c0712a22fe1..d95de27ff18b 100644 --- a/www/ungoogled-chromium/files/patch-services_on__device__model_ml_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-services_on__device__model_ml_BUILD.gn @@ -1,11 +1,11 @@ ---- services/on_device_model/ml/BUILD.gn.orig 2025-10-21 16:57:35 UTC +--- services/on_device_model/ml/BUILD.gn.orig 2025-11-01 06:40:37 UTC +++ services/on_device_model/ml/BUILD.gn @@ -78,7 +78,7 @@ if (use_blink || (is_ios && build_with_internal_optimi if (use_blink) { deps += [ "//gpu/config" ] } - if (is_win || is_mac || is_linux) { -+ if (!is_bsd && (is_win || is_mac || is_linux)) { ++ if ((is_win || is_mac || is_linux) && !is_bsd) { deps += [ "//third_party/xnnpack" ] } public_deps = [ |
