We also get _HOST_OSREL from host-target.mk

This commit is contained in:
Simon J. Gerraty
2026-04-06 11:50:11 -07:00
parent 34a3834ead
commit b2751d956e
+1 -1
View File
@@ -63,7 +63,7 @@ ECHO_TRACE?= true
.include "src.sys.env.mk"
.-include <site.sys.env.mk>
.if !defined(HOST_TARGET) || !defined(HOST_MACHINE)
.if !defined(HOST_TARGET) || !defined(HOST_MACHINE) || !defined(_HOST_OSREL)
# we need HOST_TARGET etc below.
.include <host-target.mk>
.export HOST_TARGET