From 737635573ac6087b0e6155973ed8d8abe82a8f10 Mon Sep 17 00:00:00 2001 From: Sebastian Meiling Date: Thu, 12 Dec 2019 20:42:44 +0100 Subject: [PATCH] makefiles: add export for OS variable Export the OS variable for proper multi-OS support. Currently only needed by 'pkg/jerryscript') --- makefiles/vars.inc.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefiles/vars.inc.mk b/makefiles/vars.inc.mk index 88263a47cb..d85b566a02 100644 --- a/makefiles/vars.inc.mk +++ b/makefiles/vars.inc.mk @@ -5,6 +5,8 @@ export Q # Used in front of Makefile lines to suppress the p export QQ # as Q, but be more quiet export QUIET # The parameter to use whether to show verbose makefile commands or not. +export OS # The operating system of the build host + export APPLICATION # The application, set in the Makefile which is run by the user. export APPLICATION_MODULE # The application module name. export BOARD # The board to compile the application for.