From aaa07fe62952a4d58a11d9231d35a1ab5c9268e6 Mon Sep 17 00:00:00 2001 From: Colin Dellow Date: Wed, 4 Jul 2018 23:46:36 -0400 Subject: [PATCH] travis: force sqlite to use gcc --- build-sqlite | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-sqlite b/build-sqlite index 18dcca2..5e004e1 100755 --- a/build-sqlite +++ b/build-sqlite @@ -14,7 +14,7 @@ fetch_if_needed() { build() { cd sqlite - ./configure + ./configure CC=gcc make -j$(nproc) }