File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ export SCONS="scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
9
9
export OPTIONS=" debug_symbols=no use_lto=yes"
10
10
export OPTIONS_MONO=" module_mono_enabled=yes mono_static=yes"
11
11
export TERM=xterm
12
- export CC=" gcc-8 "
13
- export CXX=" g++-8 "
12
+ export CC=" gcc-9 "
13
+ export CXX=" g++-9 "
14
14
15
15
if [ " $( getconf LONG_BIT) " == " 64" ]; then
16
16
export OPTIONS=" ${OPTIONS} use_static_cpp=yes"
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ export SCONS="scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
9
9
export OPTIONS=" debug_symbols=no use_static_cpp=yes use_lto=yes"
10
10
export OPTIONS_MONO=" module_mono_enabled=yes mono_static=yes"
11
11
export TERM=xterm
12
- export CC=" gcc-8 "
13
- export CXX=" g++-8 "
12
+ export CC=" gcc-9 "
13
+ export CXX=" g++-9 "
14
14
15
15
rm -rf godot
16
16
mkdir godot
You can’t perform that action at this time.
0 commit comments