mirror of
https://github.com/guilhermewerner/rust-ffi
synced 2025-06-16 22:04:20 +00:00
5 lines
133 B
Bash
Executable File
5 lines
133 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cbindgen --config ./Config/Bindings.toml --crate Library --output Source/Library.h
|
|
sudo ./Premake/Linux/premake5 gmake2
|