mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-11 10:26:44 +00:00
Respect SDKROOT in lldb Makefile
- If it is not defined (empty) everything remain as it was before. Patch (1 of 2) by Adam Strzelecki! llvm-svn: 190944
This commit is contained in:
parent
e47a14addc
commit
15832bc7a1
@ -45,8 +45,10 @@ CPP.Flags += $(PYTHON_INC_DIR)
|
||||
endif
|
||||
|
||||
ifeq ($(HOST_OS),Darwin)
|
||||
CPP.Flags += -F/System/Library/Frameworks -F/System/Library/PrivateFrameworks
|
||||
CPP.Flags += -I/usr/include/libxml2
|
||||
CPP.Flags += $(subst -I,-I$(SDKROOT),$(PYTHON_INC_DIR))
|
||||
CPP.Flags += -F$(SDKROOT)/System/Library/Frameworks
|
||||
CPP.Flags += -F$(SDKROOT)/System/Library/PrivateFrameworks
|
||||
CPP.Flags += -I$(SDKROOT)/usr/include/libxml2
|
||||
endif
|
||||
ifdef LLDB_VENDOR
|
||||
CPP.Flags += -DLLDB_VENDOR='"$(LLDB_VENDOR) "'
|
||||
|
Loading…
x
Reference in New Issue
Block a user