Fixed CFLAGS issue which overwrote previously specified includes.
This commit is contained in:
@ -22,7 +22,7 @@
|
|||||||
BACKGR :=
|
BACKGR :=
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
CFLAGS := -Wall
|
CFLAGS := $(CFLAGS) -Wall
|
||||||
LDLIBS := $(LDLIBS) -pthread
|
LDLIBS := $(LDLIBS) -pthread
|
||||||
LDMYSQL := -lmysqld
|
LDMYSQL := -lmysqld
|
||||||
CPP_LDLIBS := -lstdc++
|
CPP_LDLIBS := -lstdc++
|
||||||
|
|||||||
Reference in New Issue
Block a user