Skip to content

Commit 8429b42

Browse files
authored
GNUmakefile: Alow changing OS for cygwin
1 parent f43602d commit 8429b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ TOYBOX_SRC := $(TOYBOX_ROOT)/toybox-$(TOYBOX_VER)
6666
# Otherwise let it default to the kernel name returned by uname -s
6767
# (Linux, Darwin, FreeBSD, …).
6868
#------------------------------------------------------------------------
69-
OS := $(shell uname -s)
69+
OS ?= $(shell uname -s)
7070

7171
# Windows does not allow symlink by default.
7272
# Allow to override LN for AppArmor.

0 commit comments

Comments
 (0)