wiz blitters, fb restore, tweaks
[ginge.git] / dist / ginge_dyn_oabi.sh
1 #!/bin/sh
2
3 root=$1
4 shift
5
6 #export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${root}lib"
7 export LD_PRELOAD="${root}ginge_dyn"
8
9 export GINGE_ROOT="${root}"
10
11 exec "$@"