Skip to content

Commit

Permalink
Map libcups for mac
Browse files Browse the repository at this point in the history
Fixes bnc#649994
  • Loading branch information
Andrew Jorgensen authored and Andrew Jorgensen committed Nov 2, 2010
1 parent 356497b commit 11a6cf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/config.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit 11a6cf6

Please sign in to comment.