mirror of
https://github.com/guilhermewerner/rust-ffi
synced 2025-08-04 04:53:51 +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
|