kiwix-build/kiwixbuild/platforms/neutral.py

11 lines
214 B
Python

from .base import PlatformInfo
class NeutralPlatformInfo(PlatformInfo):
name = "neutral"
static = ""
compatible_hosts = ["fedora", "debian", "Darwin"]
def __str__(self):
return "neutral"