diff options
author | Michael Forney <mforney@mforney.org> | 2022-08-05 12:31:32 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2022-08-05 12:33:36 -0700 |
commit | a79f139be614e8db5273f7fe61a4f8ae3aae344d (patch) | |
tree | a66b3386bb535058ac1a66b2990f8a11d73267cd /.builds/nixos.yml | |
parent | 2ef7f2ebdce0f52d112c4c1ccbd731b2702e0ffb (diff) |
Use CC=cc with nixos
nixos doesn't have c99.
Diffstat (limited to '.builds/nixos.yml')
-rw-r--r-- | .builds/nixos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/nixos.yml b/.builds/nixos.yml index 4eee0e7..c3a9f53 100644 --- a/.builds/nixos.yml +++ b/.builds/nixos.yml @@ -10,7 +10,7 @@ packages: tasks: - build: | PATH=$HOME/qbe:$PATH - make -C qbe + make -C qbe CC=cc cd cproc ./configure --with-ldso= make all check bootstrap |