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