fix(xtask): correct header path
This commit is contained in:
parent
ce93d8fd9b
commit
c707f3ee9e
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ use anyhow::{Context, Result};
|
|||
|
||||
use crate::{bail_on_err, GenerateFixtures};
|
||||
|
||||
const HEADER_PATH: &str = "include/tree_sitter/api.h";
|
||||
const HEADER_PATH: &str = "lib/include/tree_sitter/api.h";
|
||||
|
||||
pub fn run_fixtures(args: &GenerateFixtures) -> Result<()> {
|
||||
let output = std::process::Command::new("cargo")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue