mirror of
https://git.kittycat.homes/zoe/codename-routes.git
synced 2024-08-15 03:18:26 +00:00
8 lines
147 B
Bash
8 lines
147 B
Bash
|
#!/usr/bin/bash
|
||
|
|
||
|
cd "./routes-native"
|
||
|
cargo build --release
|
||
|
cd "../"
|
||
|
|
||
|
cp "./routes-native/target/release/libroutes_native.so" "./godot/native/" -i
|