mirror of
https://github.com/libretro/RetroArch
synced 2025-01-04 02:50:05 +00:00
9 lines
332 B
Bash
Executable File
9 lines
332 B
Bash
Executable File
#!/bin/sh
|
|
|
|
source "/mnt/utmp/retroarch/scripts/env-vars.sh"
|
|
|
|
# load the libstdc++ from gcc-4.7 because phoenix doesn't build in anything less
|
|
# preload my modified SDL that knows what "pixelperfect" is
|
|
exec env LD_PRELOAD=/mnt/utmp/retroarch/lib/libstdc++.so.6:/mnt/utmp/retroarch/lib/libSDL-1.2.so.0.11.3 retroarch-phoenix "${@}"
|
|
|