diff --git a/compat/build.py b/compat/build.py index f7c92285b..5b06c1cb1 100644 --- a/compat/build.py +++ b/compat/build.py @@ -101,7 +101,7 @@ def setup(role: Role, configure_import_path(releng_location) if "auto" in compat: - compat = {"native", "emulated"} if host_os in {"windows", "macos", "ios", "tvos", "android"} else set() + compat = {"native", "emulated"} if host_os in {"windows", "macos", "linux", "ios", "tvos", "android"} else set() elif "disabled" in compat: compat = set()