diff options
author | Michael Forney <mforney@mforney.org> | 2019-05-29 17:13:32 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-05-29 17:13:32 -0700 |
commit | 307293d3666c554b8eaff8736d0be001b85e867d (patch) | |
tree | fb8eb384adc649a6283ea61abb6dd8613f1b23df | |
parent | f76b45f113b7bf4940e0e87c5a2736e649bb2814 (diff) |
Need doas to patch /usr/include/amd64/endian.h
-rw-r--r-- | .builds/openbsd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index 77d0d94..2eec261 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -9,7 +9,7 @@ environment: tasks: - setup: | # avoid __asm__ on non __GNUC__ compilers - patch -d /usr/include/amd64 < cc/.builds/openbsd.diff + doas patch -d /usr/include/amd64 < cc/.builds/openbsd.diff - build: | gmake -C qbe cd cc |