From 178da12ddcb0c5f6058ec38adbd79f5753a754d8 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 2 Oct 2008 12:54:00 +0000 Subject: [PATCH] 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 --- snippets/linux | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2