mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 02:28:45 +08:00
fix(recipes/tree-sitter): rustix patch
Signed-off-by: Anhad Singh <andypython@protonmail.com>
This commit is contained in:
parent
2e594379ec
commit
9e0c8b8a57
@ -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
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user