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