We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6d9b4 commit 9605d92Copy full SHA for 9605d92
program/rust/build.rs
@@ -27,7 +27,7 @@ fn main() {
27
.expect("Couldn't write bindings!");
28
}
29
30
-/// Find the Solana header file for bindgen
+/// Find the Solana C header bindgen
31
fn get_solana_inc_path() -> PathBuf {
32
let which_stdout = Command::new("which")
33
.args(["cargo-build-bpf"])
0 commit comments