From: Francis Dupont Date: Thu, 6 Aug 2026 12:40:07 +0000 (+0200) Subject: [#4272] Reverted only for Linux X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64d7e653e7b6fdd8697579a0cb327b5f80201fce;p=thirdparty%2Fkea.git [#4272] Reverted only for Linux --- diff --git a/src/fuzz/meson.build b/src/fuzz/meson.build index 0c483f1598..5fbf2e36e9 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() or SYSTEM != 'linux' +if not FUZZ_OPT.enabled() or not KRB5_DEP.found() subdir_done() endif