diff options
Diffstat (limited to 'bootstrap')
| -rwxr-xr-x | bootstrap/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/bootstrap.sh b/bootstrap/bootstrap.sh index 5669fd3..3242ffc 100755 --- a/bootstrap/bootstrap.sh +++ b/bootstrap/bootstrap.sh @@ -3,7 +3,7 @@ cd $(dirname "$0") if [ x"$CC" == x ]; then - export CC=cc + export CC=gcc fi if command -v ccache > /dev/null; then |