mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-12 07:58:48 +08:00
Handle zig can not compile libjxl
This commit is contained in:
@@ -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-"):
|
||||
|
||||
Reference in New Issue
Block a user