BizHawk/waterbox/waterboxhost/build-release.sh

5 lines
136 B
Bash

#!/bin/sh
cargo b --release
cp target/release/libwaterboxhost.so ../../Assets/dll
cp target/release/libwaterboxhost.so ../../output/dll