mirror of
https://github.com/tribufu/tribufu-rust
synced 2026-05-06 14:57:27 +00:00
4 lines
139 B
Bash
4 lines
139 B
Bash
#!/bin/bash
|
|
|
|
cbindgen --config ./Config/Bindings.toml --crate tribufu --output Source/Header.h
|
|
sudo ./Vendor/Premake/Linux/premake5 gmake2
|