mirror of
https://github.com/curl/curl.git
synced 2026-07-23 21:07:17 +03:00
try to relax linux build host detection.
This commit is contained in:
parent
e9d95f1a25
commit
dba40b35f2
3 changed files with 3 additions and 3 deletions
|
|
@ -132,7 +132,7 @@ ifdef XDCOPT
|
|||
XDCDATA = $(OBJDIR)/$(TARGET).xdc
|
||||
endif
|
||||
|
||||
ifeq ($(OSTYPE),linux)
|
||||
ifeq ($(findstring linux,$(OSTYPE)),linux)
|
||||
DL = '
|
||||
#-include $(NDKBASE)/nlmconv/ncpfs.inc
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@ ifdef XDCOPT
|
|||
XDCDATA = $(OBJDIR)/$(TARGET).xdc
|
||||
endif
|
||||
|
||||
ifeq ($(OSTYPE),linux)
|
||||
ifeq ($(findstring linux,$(OSTYPE)),linux)
|
||||
DL = '
|
||||
#-include $(NDKBASE)/nlmconv/ncpfs.inc
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@ ifdef XDCOPT
|
|||
XDCDATA = $(OBJDIR)/$(TARGET).xdc
|
||||
endif
|
||||
|
||||
ifeq ($(OSTYPE),linux)
|
||||
ifeq ($(findstring linux,$(OSTYPE)),linux)
|
||||
DL = '
|
||||
#-include $(NDKBASE)/nlmconv/ncpfs.inc
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue