Add cmake workaround for llvm again

This commit is contained in:
Wildan M 2026-02-21 19:08:54 +07:00
parent 2822d533ea
commit 4250aba702
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79
3 changed files with 8 additions and 0 deletions

View File

@ -10,6 +10,8 @@ dev-dependencies = [
"libstdcxx", # no idea
"llvm21.dev",
"llvm21.runtime",
"host:xz",
"host:libarchive", # workaround for cmake error
]
script = """
DYNAMIC_INIT

View File

@ -10,6 +10,8 @@ dependencies = [
dev-dependencies = [
"llvm21.dev",
"llvm21.runtime",
"host:xz",
"host:libarchive", # workaround for cmake error
]
script = """
DYNAMIC_INIT

View File

@ -12,6 +12,10 @@ dependencies = [
"mesa",
"zlib",
]
dev-dependencies = [
"llvm21.dev",
"host:libarchive", # workaround for cmake error
]
script = """
DYNAMIC_INIT