Skip to content

Commit

Permalink
Rebuild Floooh for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
CasualPokePlayer committed Oct 7, 2024
1 parent 1876743 commit bcf7f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified Assets/dll/libFlooohZ80.so
Binary file not shown.
4 changes: 2 additions & 2 deletions ExternalProjects/FlooohZ80/build_linux.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/sh
if [ -z "$BIZHAWKBUILD_HOME" ]; then export BIZHAWKBUILD_HOME="$(realpath "$(dirname "$0")/../..")"; fi
if [ -z "$CXX" ]; then export CXX="clang++"; fi
if [ -z "$CC" ]; then export CXX="clang"; fi

mkdir -p build
$CXX -std=c++11 -O3 -flto -fvisibility=hidden -fPIC -shared -s FlooohZ80.cpp -o build/libFlooohZ80.so
$CC -std=c11 -O3 -fvisibility=hidden -fPIC -shared -s FlooohZ80.c -o build/libFlooohZ80.so

cp build/libFlooohZ80.so "$BIZHAWKBUILD_HOME/Assets/dll"
if [ -e "$BIZHAWKBUILD_HOME/output" ]; then
Expand Down

0 comments on commit bcf7f98

Please sign in to comment.