We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43602d commit 8429b42Copy full SHA for 8429b42
GNUmakefile
@@ -66,7 +66,7 @@ TOYBOX_SRC := $(TOYBOX_ROOT)/toybox-$(TOYBOX_VER)
66
# Otherwise let it default to the kernel name returned by uname -s
67
# (Linux, Darwin, FreeBSD, …).
68
#------------------------------------------------------------------------
69
-OS := $(shell uname -s)
+OS ?= $(shell uname -s)
70
71
# Windows does not allow symlink by default.
72
# Allow to override LN for AppArmor.
0 commit comments