sway-tiny: typo

This commit is contained in:
Owen Rafferty 2022-05-06 22:23:26 -05:00
parent 411025fca3
commit 5277ce9461
No known key found for this signature in database
GPG Key ID: A68B10E2554DEBCB
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ sed 's/0.25f, 0.25f, 0.25f/0.929, 0.870, 0.678/' \
sway/desktop/render.c > _
mv -f _ sway/desktop/render.c
# Build fails in with clang due to -Werror.
# Build fails with clang due to -Werror.
export CFLAGS="$CFLAGS -Wno-unused-function -Wno-error"
meson \