Make JNI Bindings in Rust

This commit is contained in:
GuilhermeWerner 2021-05-09 17:03:08 -03:00
parent 151bdebf43
commit 7583e38f38
11 changed files with 67 additions and 134 deletions

View file

@ -7,17 +7,10 @@ sudo chmod +x ./Scripts/Package.ps1
if [ "$(expr substr $(uname -s) 1 5)" = "Linux" ]
then
echo "Generating GMake project..."
sudo chmod +x ./Vendor/Premake/Linux/premake5
./Vendor/Premake/Linux/premake5 gmake2
# Mac
elif [ "$(uname)" = "Darwin" ]
then
echo "Generating XCode project..."
sudo chmod +x ./Vendor/Premake/Mac/premake5
./Vendor/Premake/Mac/premake5 xcode4
fi