aboutsummaryrefslogtreecommitdiff
path: root/aux/ci
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-13 15:29:59 -0300
committerEuAndreh <eu@euandre.org>2021-02-13 15:29:59 -0300
commitee77f39992593119aaf4e5648ded09ae7bf4be5b (patch)
treee2f36365e29735e81766ad0e2a63cf56af488ef3 /aux/ci
parentUse upstream version of libsha3 (diff)
downloadpackage-repository-ee77f39992593119aaf4e5648ded09ae7bf4be5b.tar.gz
package-repository-ee77f39992593119aaf4e5648ded09ae7bf4be5b.tar.xz
Update ci-build.sh under aux/
Diffstat (limited to 'aux/ci')
-rwxr-xr-xaux/ci/ci-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh
index 81ee1fd..acbc394 100755
--- a/aux/ci/ci-build.sh
+++ b/aux/ci/ci-build.sh
@@ -42,7 +42,7 @@ EOF
fi
if [ -f ./configure ]; then
- COMMAND='./configure && make clean check public'
+ COMMAND='./configure && make CC=cc clean check public'
else
COMMAND='make CC=cc clean check public'
fi