mirror of
https://github.com/libretro/RetroArch
synced 2025-01-09 21:48:32 +00:00
428c09b0ab
Version bump in the XML.
9 lines
293 B
Bash
Executable File
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 "${@}"
|
|
|