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:
parent
16da95ca29
commit
aaa07fe629
@ -14,7 +14,7 @@ fetch_if_needed() {
|
||||
|
||||
build() {
|
||||
cd sqlite
|
||||
./configure
|
||||
./configure CC=gcc
|
||||
make -j$(nproc)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user