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"
99export OPTIONS=" debug_symbols=no use_lto=yes"
1010export OPTIONS_MONO=" module_mono_enabled=yes mono_static=yes"
1111export TERM=xterm
12- export CC=" gcc-8 "
13- export CXX=" g++-8 "
12+ export CC=" gcc-9 "
13+ export CXX=" g++-9 "
1414
1515if [ " $( getconf LONG_BIT) " == " 64" ]; then
1616 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"
99export OPTIONS=" debug_symbols=no use_static_cpp=yes use_lto=yes"
1010export OPTIONS_MONO=" module_mono_enabled=yes mono_static=yes"
1111export TERM=xterm
12- export CC=" gcc-8 "
13- export CXX=" g++-8 "
12+ export CC=" gcc-9 "
13+ export CXX=" g++-9 "
1414
1515rm -rf godot
1616mkdir godot
You can’t perform that action at this time.
0 commit comments