Skip to content

Commit

Permalink
copy header file to release folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Nov 9, 2024
1 parent 07e7be9 commit 2865308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parser/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ fn main() {
},
|bindings| {
bindings.write_to_file("llguidance.h");
bindings.write_to_file(format!("{}/../../../llguidance.h", env::var("OUT_DIR").unwrap()));
},
);
}

0 comments on commit 2865308

Please sign in to comment.