mirror of
https://github.com/libretro/RetroArch
synced 2025-01-04 02:50:05 +00:00
8 lines
227 B
Bash
8 lines
227 B
Bash
|
#!/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
|
||
|
exec env LD_PRELOAD=/mnt/utmp/retroarch/lib/libstdc++.so.6 retroarch-phoenix "${@}"
|
||
|
|