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:
authorAndrew Jorgensen <ajorgensen@novell.com>2010-11-03 00:00:59 +0300
committerAndrew Jorgensen <ajorg@x64-linux-4.mono.lab.novell.com>2010-11-03 00:02:41 +0300
commit11a6cf6d424d266a70fa50fd8e59b005263894bf (patch)
tree72fbe02225f6784b093496433b5d96b96110e578 /data/config.in
parent356497b1dc0e337f97878784bf01f779946199e0 (diff)
Map libcups for mac
Fixes bnc#649994
Diffstat (limited to 'data/config.in')
-rw-r--r--data/config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/config.in b/data/config.in
index a56f7d1c8f6..ecc7692e943 100644
--- a/data/config.in
+++ b/data/config.in
@@ -18,6 +18,7 @@
<dllmap dll="libX11" target="@X11@" os="!windows" />
<dllmap dll="libcairo-2.dll" target="libcairo.so.2" os="!windows"/>
<dllmap dll="libcups" target="libcups.so.2" os="!windows"/>
+ <dllmap dll="libcups" target="libcups.dylib" os="osx"/>
<dllmap dll="i:kernel32.dll">
<dllentry dll="__Internal" name="CopyMemory" target="mono_win32_compat_CopyMemory"/>
<dllentry dll="__Internal" name="FillMemory" target="mono_win32_compat_FillMemory"/>