travis: force sqlite to use gcc

This commit is contained in:
Colin Dellow 2018-07-04 23:46:36 -04:00
parent 16da95ca29
commit aaa07fe629
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ fetch_if_needed() {
build() { build() {
cd sqlite cd sqlite
./configure ./configure CC=gcc
make -j$(nproc) make -j$(nproc)
} }