Skip to content

Commit

Permalink
we're almost there
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Dec 8, 2023
1 parent 6756e12 commit f98bff1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/ci/build_auxmos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ sudo apt-get install g++-multilib
rustup target add i686-unknown-linux-gnu

env PKG_CONFIG_ALLOW_CROSS=1 cargo rustc --release --target=i686-unknown-linux-gnu --features "all_reaction_hooks,katmos"

mkdir -p ~/.byond/bin
cp target/i686-unknown-linux-gnu/release/libauxmos.so ~/.byond/bin/libauxmos.so
chmod +x ~/.byond/bin/libauxmos.so
ldd ~/.byond/bin/libauxmos.so
Expand Down

0 comments on commit f98bff1

Please sign in to comment.