BizHawk/ExternalProjects/libchd-rs-capi/build_release.sh

10 lines
312 B
Bash
Raw Normal View History

2024-05-03 05:14:56 +00:00
#!/bin/sh
if [ -z "$BIZHAWKBUILD_HOME" ]; then export BIZHAWKBUILD_HOME="$(realpath "$(dirname "$0")/../..")"; fi
cargo b --release
cp target/release/libchd_capi.so "$BIZHAWKBUILD_HOME/Assets/dll"
if [ -e "$BIZHAWKBUILD_HOME/output" ]; then
cp target/release/libchd_capi.so "$BIZHAWKBUILD_HOME/output/dll"
fi