RetroArch/pandora/scripts/retroarch-phoenix.sh
2012-09-17 20:29:23 -04:00

9 lines
293 B
Bash
Executable File

#!/bin/sh
source "$(dirname $0)/env-vars.sh"
# load the libstdc++ from gcc-4.7 because phoenix doesn't build in anything less
# preload latest notaz SDL that knows what "pixelperfect" is
exec env LD_PRELOAD=${HOME}/lib/libstdc++.so.6:$HOME/lib/libSDL-1.2.so.0.11.3 retroarch-phoenix "${@}"