Skip to content

Commit 857465a

Browse files
committed
set default for OS instead of assigning a possible non existing variable
1 parent 39c174e commit 857465a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mxmake/topics/core/mxenv.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
# mxenv
7676
##############################################################################
7777

78-
export OS:=$(OS)
78+
OS?=
7979

8080
# Determine the executable path
8181
ifeq ("$(VENV_ENABLED)", "true")

0 commit comments

Comments
 (0)