fix(recipes/tree-sitter): rustix patch

Signed-off-by: Anhad Singh <andypython@protonmail.com>
This commit is contained in:
Anhad Singh 2026-02-20 13:02:59 +11:00
parent 2e594379ec
commit 9e0c8b8a57
No known key found for this signature in database
GPG Key ID: 80E0357347554B89

View File

@ -9,6 +9,6 @@ patches = [
template = "custom"
script = """
DYNAMIC_INIT
PACKAGE_PATH=cli cookbook_cargo
PACKAGE_PATH=cli cookbook_cargo --config 'patch.crates-io.rustix.git = "https://github.com/bytecodealliance/rustix"'
cookbook_cmake "${COOKBOOK_SOURCE}"/lib
"""