mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 18:10:14 +01:00
5 lines
160 B
Bash
5 lines
160 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
# if the script crashes here, run `cargo install cbindgen`
|
||
|
cbindgen --config cbindgen.toml --clean --output servicepoint2.h ../servicepoint2
|