fixes the linux auto-compile

This commit is contained in:
Putnam3145
2022-02-19 12:28:16 -08:00
parent ea491b6e9d
commit 912d2e4eb8

View File

@@ -84,7 +84,7 @@ fi
echo "Deploying auxmos..." echo "Deploying auxmos..."
git checkout "$AUXMOS_VERSION" git checkout "$AUXMOS_VERSION"
env PKG_CONFIG_ALLOW_CROSS=1 ~/.cargo/bin/cargo rustc --release --target=i686-unknown-linux-gnu --features all_reaction_hooks,katmos -- -C target-cpu=native env PKG_CONFIG_ALLOW_CROSS=1 ~/.cargo/bin/cargo rustc --release --target=i686-unknown-linux-gnu --features "all_reaction_hooks katmos" -- -C target-cpu=native
mv -f target/i686-unknown-linux-gnu/release/libauxmos.so "$1/libauxmos.so" mv -f target/i686-unknown-linux-gnu/release/libauxmos.so "$1/libauxmos.so"
cd .. cd ..