Fix build with custom CFLAGS
This commit is contained in:
parent
aa73b0e34e
commit
a65504192a
|
@ -1,6 +1,6 @@
|
|||
targets=keyboard
|
||||
cflags_force=-W `pkg-config --cflags libDesktop x11`
|
||||
cflags=-Wall -g -O2 -fPIC -pedantic
|
||||
cflags_force=-W `pkg-config --cflags libDesktop x11` -fPIC
|
||||
cflags=-Wall -g -O2 -pedantic
|
||||
ldflags_force=`pkg-config --libs libDesktop x11` -lXtst -lintl
|
||||
dist=Makefile
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user