mirror of
https://github.com/tribufu/sdk-rust
synced 2025-06-15 18:54:19 +00:00
Update Setup Scripts
This commit is contained in:
@ -1,2 +1,2 @@
|
|||||||
cbindgen --config .\Config\Bindings.toml --crate TribuFu --output Source\Header.h
|
cbindgen --config .\Config\Bindings.toml --crate tribufu --output Source\Header.h
|
||||||
call .\Vendor\Premake\Windows\premake5.exe vs2019
|
call .\Vendor\Premake\Windows\premake5.exe vs2019
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
|
|
||||||
cbindgen --config ./Config/Bindings.toml --crate TribuFu --output Source/Header.h
|
cbindgen --config ./Config/Bindings.toml --crate tribufu --output Source/Header.h
|
||||||
sudo ./Vendor/Premake/Mac/premake5 xcode4
|
sudo ./Vendor/Premake/Mac/premake5 xcode4
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cbindgen --config ./Config/Bindings.toml --crate TribuFu --output Source/Header.h
|
cbindgen --config ./Config/Bindings.toml --crate tribufu --output Source/Header.h
|
||||||
sudo ./Vendor/Premake/Linux/premake5 gmake2
|
sudo ./Vendor/Premake/Linux/premake5 gmake2
|
||||||
|
Reference in New Issue
Block a user