mirror of
https://github.com/curl/curl.git
synced 2026-04-15 05:01:42 +03:00
added curl include for debug builds.
This commit is contained in:
parent
000fdc6b99
commit
37dc0fa519
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue