Skip to content

Commit

Permalink
OSX: Update Mono config based on upstream one
Browse files Browse the repository at this point in the history
Taken from a system-wide install of Mono 6.4 on macOS,
provided by @neikeq.
  • Loading branch information
akien-mga committed Dec 18, 2019
1 parent 6466947 commit 65e94a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/mono-config-macosx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<dllmap dll="oci" target="libclntsh.dylib" os="!windows"/>
<dllmap dll="db2cli" target="libdb2_36.dylib" os="!windows"/>
<dllmap dll="MonoPosixHelper" target="$mono_libdir/libMonoPosixHelper.dylib" os="!windows" />
<dllmap dll="System.Native" target="$mono_libdir/libmono-native.dylib" os="!windows" />
<dllmap dll="System.Net.Security.Native" target="$mono_libdir/libmono-native.dylib" os="!windows" />
<dllmap dll="System.Security.Cryptography.Native.Apple" target="$mono_libdir/libmono-native.dylib" os="osx" />
<dllmap dll="System.Native" target="$mono_libdir/libmono-native-compat.dylib" os="!windows" />
<dllmap dll="System.Net.Security.Native" target="$mono_libdir/libmono-native-compat.dylib" os="!windows" />
<dllmap dll="System.Security.Cryptography.Native.Apple" target="$mono_libdir/libmono-native-compat.dylib" os="osx" />
<dllmap dll="libmono-btls-shared" target="$mono_libdir/libmono-btls-shared.dylib" os="!windows" />
<dllmap dll="i:msvcrt" target="libc.dylib" os="!windows"/>
<dllmap dll="i:msvcrt.dll" target="libc.dylib" os="!windows"/>
Expand Down

0 comments on commit 65e94a9

Please sign in to comment.