10 lines
No EOL
306 B
Bash
Executable file
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" |