3 lines
89 B
Bash
3 lines
89 B
Bash
|
#!/bin/bash
|
||
|
bindgen --use-core wrapper.h -- "-I./libcsp/include" "-I./cfg" > bindings.rs
|