mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2026-03-17 17:23:19 +00:00
added curl include for debug builds.
This commit is contained in:
@ -130,6 +130,9 @@ else
|
||||
# INCLUDES += -I$(SDK_CLIB)/include/nlm/obsolete
|
||||
# INCLUDES += -I$(SDK_CLIB)/include
|
||||
endif
|
||||
ifeq ($(DB),CURLDEBUG)
|
||||
INCLUDES += -I../include
|
||||
endif
|
||||
CFLAGS += -I. $(INCLUDES)
|
||||
|
||||
ifeq ($(MTSAFE),YES)
|
||||
|
||||
Reference in New Issue
Block a user