mirror of
https://github.com/godotengine/godot-build-scripts.git
synced 2026-01-07 18:09:50 +03:00
Mono glue: Export DISPLAY=:0 to attempt solving occasional failure
This commit is contained in:
@@ -7,6 +7,7 @@ set -e
|
||||
export SCONS="scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
|
||||
export OPTIONS="debug_symbols=no use_static_cpp=no"
|
||||
export TERM=xterm
|
||||
export DISPLAY=:0
|
||||
|
||||
rm -rf godot
|
||||
mkdir godot
|
||||
|
||||
Reference in New Issue
Block a user