Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamySkrell committed May 5, 2024
1 parent a5b2486 commit 59f404b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ci/install_rust_g.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ chmod +x ~/.byond/bin/librust_g.so
ldd ~/.byond/bin/librust_g.so

echo "Compiling bapi"
cd $1/rust/bapi
cd ./rust/bapi
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/bapi.so "$1/bapi.so"
mv target/i686-unknown-linux-gnu/release/bapi.so ../../bapi.so
cd ..
cd ..

0 comments on commit 59f404b

Please sign in to comment.