Fix build after removing a bunch of stuff.

This commit is contained in:
Drew Galbraith 2025-05-05 21:04:42 -07:00
parent dc801786b1
commit c645405ca8
7 changed files with 55 additions and 6 deletions

View file

@ -1,7 +1,7 @@
use std::fs;
fn main() {
let input_file = "../../../../sys/denali/lib/denali/denali.yunq";
let input_file = "../../../sys/denali/denali.yunq";
println!("cargo::rerun-if-changed={input_file}");