buildscripts/libretro-teampandory-dosbox-vcore.sh
2023-12-03 23:10:57 +01:00

10 lines
No EOL
306 B
Bash
Executable file

#!/bin/bash
#tar xvf "$SRC/libretro-bash-launcher-pg3dhax.tar.xz"
git clone https://code.teampandory.com/pandory500/libretro-teampandory-dosbox-vcore/
cd libretro-teampandory-dosbox-vcore/
export CC="$xCC"
export CXX="$xCXX"
export CFLAGS="-O3"
export CXXFLAGS="-O3"
make platform="unix" ARCH="$xPLATFORM"