Look for libraries in OBJDIR when building outside of buildworld.
This allows build testing more easily without establishing a sysroot or installing the files. Sponsored by: Dell EMC
This commit is contained in:
parent
3e4f07fc77
commit
8f2246242e
@ -359,7 +359,7 @@ LIB${_l:tu}?= ${LIBDESTDIR}${LIBDIR_BASE}/libprivate${_l}.a
|
||||
.endfor
|
||||
|
||||
.for _l in ${_LIBRARIES}
|
||||
.if ${_INTERNALLIBS:M${_l}}
|
||||
.if ${_INTERNALLIBS:M${_l}} || !defined(SYSROOT)
|
||||
LDADD_${_l}_L+= -L${LIB${_l:tu}DIR}
|
||||
.endif
|
||||
DPADD_${_l}?= ${LIB${_l:tu}}
|
||||
|
Loading…
Reference in New Issue
Block a user