mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
build{libcompat}: Pass UNIVERSE_TOOLCHAIN_PATH to the _lc_build-tools submake
This fixes make UNIVERSE_TOOLCHAIN=yes with libcompats. Reviewed by: jrtc27 Differential Revision: https://reviews.freebsd.org/D41535
This commit is contained in:
parent
7ccaf76a27
commit
834f73d253
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ build${libcompat}: .PHONY
|
|||
DESTDIR= \
|
||||
OBJTOP=${LIB${_LIBCOMPAT}_OBJTOP} \
|
||||
OBJROOT='$${OBJTOP}/' \
|
||||
UNIVERSE_TOOLCHAIN_PATH=${UNIVERSE_TOOLCHAIN_PATH} \
|
||||
MAKEOBJDIRPREFIX= \
|
||||
-DNO_LINT \
|
||||
-DNO_CPU_CFLAGS \
|
||||
|
|
|
|||
Loading…
Reference in a new issue