From: Michal Sojka Date: Thu, 2 Oct 2008 12:54:00 +0000 (+0000) Subject: Added export of TARGET_OS and BUILD_OS variables X-Git-Tag: v0.1-sssa~33 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/omk.git/commitdiff_plain/178da12ddcb0c5f6058ec38adbd79f5753a754d8 Added export of TARGET_OS and BUILD_OS variables Not exporting these variables was a bug that caused ORTE not to compile under Mingw. darcs-hash:20081002125430-f2ef6-cd7e99062d403d69650839bfcba89c72237da96f.gz --- diff --git a/snippets/linux b/snippets/linux index e9c01a8..cbfe981 100644 --- a/snippets/linux +++ b/snippets/linux @@ -103,6 +103,9 @@ ifeq ($(TARGET_OS),) TARGET_OS := $(BUILD_OS) endif +export TARGET_OS +export BUILD_OS + LOCAL_BUILD_DIR = $(USER_OBJS_DIR) # Assign default values to CFLAGS variable. If the variable is defined