mirror of
https://github.com/tribufu/tribufu-java
synced 2026-05-06 14:57:27 +00:00
Make JNI Bindings in Rust
This commit is contained in:
parent
151bdebf43
commit
7583e38f38
11 changed files with 67 additions and 134 deletions
|
|
@ -4,9 +4,6 @@
|
|||
|
||||
if ($IsWindows)
|
||||
{
|
||||
echo "Generating Visual Studio project..."
|
||||
|
||||
& "./Vendor/Premake/Windows/premake5.exe" "vs2019"
|
||||
}
|
||||
|
||||
# Mac
|
||||
|
|
@ -15,11 +12,6 @@ elseif ($IsMacOS)
|
|||
{
|
||||
sudo chmod +x ./gradlew
|
||||
sudo chmod +x ./Scripts/Package.ps1
|
||||
|
||||
echo "Generating XCode project..."
|
||||
|
||||
sudo chmod +x ./Vendor/Premake/Mac/premake5
|
||||
& "./Vendor/Premake/Mac/premake5" "xcode4"
|
||||
}
|
||||
|
||||
# Linux
|
||||
|
|
@ -28,9 +20,4 @@ elseif ($IsLinux)
|
|||
{
|
||||
sudo chmod +x ./gradlew
|
||||
sudo chmod +x ./Scripts/Package.ps1
|
||||
|
||||
echo "Generating GMake project..."
|
||||
|
||||
sudo chmod +x ./Vendor/Premake/Linux/premake5
|
||||
& "./Vendor/Premake/Linux/premake5" "gmake2"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue