From: Francis Dupont Date: Thu, 6 Aug 2026 09:07:26 +0000 (+0200) Subject: [#4272] Disabled outside Linux X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74a536dff3b1e38949b601192b673c745d0aad53;p=thirdparty%2Fkea.git [#4272] Disabled outside Linux --- diff --git a/src/fuzz/meson.build b/src/fuzz/meson.build index 5fbf2e36e9..0c483f1598 100644 --- a/src/fuzz/meson.build +++ b/src/fuzz/meson.build @@ -1,4 +1,4 @@ -if not FUZZ_OPT.enabled() or not KRB5_DEP.found() +if not FUZZ_OPT.enabled() or not KRB5_DEP.found() or SYSTEM != 'linux' subdir_done() endif