diff options
| author | EuAndreh <eu@euandre.org> | 2021-02-04 03:48:29 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-02-04 03:48:32 -0300 |
| commit | 2abe8d7b834931096a874135cdf16a4bbb1477a6 (patch) | |
| tree | 4ecc9846fca1cbf5245354d724368a3320cfcbe4 /aux | |
| parent | fake-symlinks: assert-clang-format.sh: Add --fix-in-place option (diff) | |
| download | dotfiles-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-x | aux/ci/ci-build.sh | 2 |
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" |
