mirror of
https://github.com/guilhermewerner/rust-ffi
synced 2025-06-15 13:24:19 +00:00
5 lines
130 B
Bash
5 lines
130 B
Bash
#!/bin/zsh
|
|
|
|
cbindgen --config ./Config/Bindings.toml --crate Library --output Source/Library.h
|
|
sudo ./Premake/Mac/premake5 xcode4
|