mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-09-08 22:24:56 +00:00
travis: force sqlite to use gcc
This commit is contained in:
@@ -14,7 +14,7 @@ fetch_if_needed() {
|
||||
|
||||
build() {
|
||||
cd sqlite
|
||||
./configure
|
||||
./configure CC=gcc
|
||||
make -j$(nproc)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user