Handle zig can not compile libjxl

This commit is contained in:
2026-04-05 15:42:09 +08:00
parent 96f0471d66
commit 692f9faca1
3 changed files with 5 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ import subprocess
import sys
def filter_name(name):
if name == 'zig':
return False
if name.startswith("utils-"):
return False
if name.startswith("all-"):