aboutsummaryrefslogtreecommitdiff
path: root/aux
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-04 03:48:29 -0300
committerEuAndreh <eu@euandre.org>2021-02-04 03:48:32 -0300
commit2abe8d7b834931096a874135cdf16a4bbb1477a6 (patch)
tree4ecc9846fca1cbf5245354d724368a3320cfcbe4 /aux
parentfake-symlinks: assert-clang-format.sh: Add --fix-in-place option (diff)
downloaddotfiles-2abe8d7b834931096a874135cdf16a4bbb1477a6.tar.gz
dotfiles-2abe8d7b834931096a874135cdf16a4bbb1477a6.tar.xz
fake-symlinks: ci-build.sh: Add CC=cc make variable
Because (right now) Guix doesn't have a c99 compiler utility.
Diffstat (limited to 'aux')
-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 bff12167..25c0441d 100755
--- a/aux/ci/ci-build.sh
+++ b/aux/ci/ci-build.sh
@@ -44,7 +44,7 @@ EOF
if [ -f ./bootstrap ]; then
COMMAND='./bootstrap && ./configure && make clean all check distcheck public'
else
- COMMAND='make clean check public'
+ COMMAND='make CC=cc clean check public'
fi
$RUNNER "$COMMAND"