Skip to content

Commit

Permalink
rectifies things
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Dec 1, 2023
1 parent a6b02bf commit 8ba42bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/ci/build_auxmos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ sudo apt-get install g++-multilib -y
rustup target add i686-unknown-linux-gnu

cargo build --release --target=i686-unknown-linux-gnu --features "all_reaction_hooks,katmos"
cp target/i686-unknown-linux-gnu/release/libauxmos.so ~/libauxmos.so
cp target/i686-unknown-linux-gnu/release/libauxmos.so $HOME/BYOND/byond/bin/libauxmos.so
2 changes: 1 addition & 1 deletion tools/ci/build_spaceman_dmm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail
source dependencies.sh

mkdir -p "$HOME/SpacemanDMM"
cd "$HOME/SpacemanDMM"
cd $HOME/SpacemanDMM

if [ ! -d .git ]
then
Expand Down

0 comments on commit 8ba42bc

Please sign in to comment.