mirror of
https://github.com/curl/curl.git
synced 2026-06-02 04:24:15 +03:00
minor fix for compiling on Linux.
This commit is contained in:
parent
2cda3070d5
commit
c3a076176e
1 changed files with 1 additions and 3 deletions
|
|
@ -106,8 +106,6 @@ SDK_CLIB = $(NDK_ROOT)/nwsdk
|
|||
SDK_LIBC = $(NDK_ROOT)/libc
|
||||
SDK_LDAP = $(NDK_ROOT)/cldapsdk/netware
|
||||
|
||||
#INCLUDES = -I. -I../include
|
||||
|
||||
ifeq ($(LIBARCH),LIBC)
|
||||
INCLUDES += -I$(SDK_LIBC)/include -I$(SDK_LIBC)/include/nks
|
||||
INCLUDES += -I$(SDK_LIBC)/include/winsock
|
||||
|
|
@ -120,7 +118,7 @@ else
|
|||
# INCLUDES += -I$(SDK_LDAP)/clib/inc
|
||||
CFLAGS += -DNETDB_USE_INTERNET
|
||||
endif
|
||||
CFLAGS += $(INCLUDES)
|
||||
CFLAGS += -I. $(INCLUDES)
|
||||
|
||||
ifeq ($(MTSAFE),YES)
|
||||
XDCOPT = -n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue