forked from mirror/dwl
default CC to gcc
posix c99 does not accept `-pedantic` Fixes: https://codeberg.org/dwl/dwl/issues/584
This commit is contained in:
parent
784b047b38
commit
92d1c286b8
1 changed files with 2 additions and 0 deletions
|
@ -13,3 +13,5 @@ XLIBS =
|
|||
# Uncomment to build XWayland support
|
||||
#XWAYLAND = -DXWAYLAND
|
||||
#XLIBS = xcb xcb-icccm
|
||||
|
||||
CC = gcc
|
||||
|
|
Loading…
Reference in a new issue