1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-04-03 09:39:47 +00:00

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

View File

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