GNUmakefile: Allow cross-build for Windows

This commit is contained in:
oech3
2026-02-16 15:34:02 +01:00
committed by Daniel Hofstetter
parent cf3b6d45ae
commit 29931489c2
+1 -1
View File
@@ -68,7 +68,7 @@ TOYBOX_SRC := $(TOYBOX_ROOT)/toybox-$(TOYBOX_VER)
# Otherwise let it default to the kernel name returned by uname -s
# (Linux, Darwin, FreeBSD, …).
#------------------------------------------------------------------------
OS := $(shell uname -s)
OS ?= $(shell uname -s)
# Windows does not allow symlink by default.
# Allow to override LN for AppArmor.