diff options
-rwxr-xr-x | scripts/ci/linux/run-client.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ci/linux/run-client.sh b/scripts/ci/linux/run-client.sh index 570e619..5cc2092 100755 --- a/scripts/ci/linux/run-client.sh +++ b/scripts/ci/linux/run-client.sh @@ -2,4 +2,6 @@ cd "`dirname \"$0\"`" +export SDL_VIDEODRIVER=x11 + LD_LIBRARY_PATH="$LD_LIBRARY_PATH:./" ./starbound "$@" & exit |