Fix build (again)

- Related: RHEL-60292
This commit is contained in:
Colin Walters 2024-12-07 16:32:17 -05:00
parent 4c9db7b1e2
commit d26e93b2f4

View File

@ -45,8 +45,8 @@ Library files for %{name}.
%build
%meson --default-library=shared -Dfuse=enabled \
%if %{with man}
-Dman=enabled
%if %{without man}
-Dman=disabled
%endif
%meson_build