No longer force -I $(PREFIX)/include
This commit is contained in:
parent
440592a5ce
commit
6dc3e6eab9
|
@ -1,5 +1,6 @@
|
|||
targets=AppBroker,AppClient
|
||||
cppflags_force=-I ../include -I $(PREFIX)/include
|
||||
cppflags_force=-I ../include
|
||||
cppflags=-I $(PREFIX)/include
|
||||
cflags_force=-W
|
||||
cflags=-Wall -g -O2 -pedantic
|
||||
ldflags_force=-lApp -L../src
|
||||
|
|
Loading…
Reference in New Issue
Block a user