mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-10-30 18:17:50 +00:00
installed headers/libs are used over builddir files #298
This commit is contained in:
@@ -309,12 +309,12 @@ OBJPATH_DEBUG_SHARED = $(OBJPATH)/debug_shared
|
|||||||
#
|
#
|
||||||
# Build Include directory List
|
# Build Include directory List
|
||||||
#
|
#
|
||||||
INCLUDE = $(foreach p,$(POCO_ADD_INCLUDE),-I$(p)) -Iinclude $(foreach p,$(COMPONENTS),-I$(POCO_BASE)/$(p)/$(INCDIR))
|
INCLUDE = -Iinclude $(foreach p,$(COMPONENTS),-I$(POCO_BASE)/$(p)/$(INCDIR)) $(foreach p,$(POCO_ADD_INCLUDE),-I$(p))
|
||||||
|
|
||||||
#
|
#
|
||||||
# Build Library Directory List
|
# Build Library Directory List
|
||||||
#
|
#
|
||||||
LIBRARY = $(foreach p,$(POCO_ADD_LIBRARY),-L$(p)) -L$(LIBPATH) $(POCO_LIBRARY)
|
LIBRARY = -L$(LIBPATH) $(POCO_LIBRARY) $(foreach p,$(POCO_ADD_LIBRARY),-L$(p))
|
||||||
|
|
||||||
#
|
#
|
||||||
# Strip Command definition
|
# Strip Command definition
|
||||||
|
|||||||
Reference in New Issue
Block a user