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:
authorVincent Povirk <madewokherd@gmail.com>2013-03-02 23:53:26 +0400
committerVincent Povirk <madewokherd@gmail.com>2013-03-02 23:54:47 +0400
commit3a44c65b03a11319557fb95d06e091a77d5ba76f (patch)
tree7f8bf5526f53a68f635b2c2e25226445d1aba153 /runtime
parent12a04793402e2c3b65457c19531c418cf63a3a0b (diff)
Ignore the gdiplus dllmap on Windows.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index f8d500502a3..a26fadfdef8 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -182,7 +182,7 @@ etc/mono/config: ../data/config Makefile $(symlinks)
d=`cd ../support && pwd`; \
sed 's,target="libMonoPosixHelper[^"]*",target="'$$d/libMonoPosixHelper.la'",' ../data/config > $@t
if test -z "$(libgdiplus_loc)"; then :; else \
- sed 's,<configuration>,& <dllmap dll="gdiplus.dll" target="$(libgdiplus_loc)" />,' $@t > $@tt; \
+ sed 's,<configuration>,& <dllmap dll="gdiplus.dll" target="$(libgdiplus_loc)" os="!windows"/>,' $@t > $@tt; \
mv -f $@tt $@t; fi
mv -f $@t $@