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

travis: revert sqlite hack

This commit is contained in:
Colin Dellow 2018-07-05 09:13:37 -04:00
parent efb22c5c5a
commit 83db07456e

View File

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