diff --git a/kiwixbuild/configs/native.py b/kiwixbuild/configs/native.py index f8ab8ef..3d72e95 100644 --- a/kiwixbuild/configs/native.py +++ b/kiwixbuild/configs/native.py @@ -35,7 +35,7 @@ class NativeDyn(NativeConfigInfo): class NativeStatic(NativeConfigInfo): name = "native_static" static = True - compatible_hosts = ["fedora", "debian"] + compatible_hosts = ["fedora", "debian", "Darwin"] class NativeMixed(MixedMixin("native_static"), NativeConfigInfo):