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 76ee2ec commit 0a3add5Copy full SHA for 0a3add5
program/rust/build.rs
@@ -21,7 +21,7 @@ fn main() {
21
.expect("Couldn't write bindings!");
22
}
23
24
-/// Find the Solana header file for bindgen
+/// Find the Solana C header bindgen
25
fn get_solana_inc_path() -> PathBuf {
26
let which_stdout = Command::new("which")
27
.args(["cargo-build-bpf"])
0 commit comments