Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Corrado <alexc@xamarin.com>2011-09-15 21:07:57 +0400
committerAlex Corrado <alexc@xamarin.com>2011-09-15 21:07:57 +0400
commit378032bf64b547d797337341a9e4528d66d7cfde (patch)
treebf8613ed162e50add61e18e00bd66f933ffe6987
parenta19eb0760bfe89c9fbf5871fb399a6c481a30286 (diff)
Fix prepending $(CURDIR) to paths failing under cygwin2.10.6
-rw-r--r--mcs/build/platforms/win32.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/build/platforms/win32.make b/mcs/build/platforms/win32.make
index 71b8a89bb5f..403a47e1254 100644
--- a/mcs/build/platforms/win32.make
+++ b/mcs/build/platforms/win32.make
@@ -26,6 +26,8 @@ PLATFORM_MAKE_CORLIB_CMP = yes
PLATFORM_CHANGE_SEPARATOR_CMD=tr '/' '\\\\'
PLATFORM_PATH_SEPARATOR = ;
+override CURDIR:=$(shell cygpath -m $(CURDIR))
+
## not so simple :-)
#PLATFORM_AOT_SUFFIX = .dll