Skip to content

Commit

Permalink
mv -f
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior committed Sep 29, 2023
1 parent 824be72 commit e9d6c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tgs_scripts/PreCompile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fi
echo "Deploying rust-g..."
RUSTFLAGS="-C target-cpu=native"
env PKG_CONFIG_ALLOW_CROSS=1 ~/.cargo/bin/cargo build --release --features all --target=i686-unknown-linux-gnu
mv target/i686-unknown-linux-gnu/release/librust_g.so "$original_dir/../GameStaticFiles/librust_g_ss220.so"
mv -f target/i686-unknown-linux-gnu/release/librust_g.so "$original_dir/../GameStaticFiles/librust_g_ss220.so"
cd ..

# SS220 TODO: tg like compile tgui
Expand Down

0 comments on commit e9d6c32

Please sign in to comment.