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
path: root/data
diff options
context:
space:
mode:
authorBernhard Urban <bernhard.urban@xamarin.com>2015-07-24 00:32:24 +0300
committerBernhard Urban <bernhard.urban@xamarin.com>2015-07-24 00:32:24 +0300
commit6b5f6dd0434b66062110cf764688975ecfed646f (patch)
tree3a01b0933fea0febd7078f9004f4a884444a05a2 /data
parent3aa5330d7ebb73f41686b0a1d20c71c4e58e735a (diff)
mono: Use the relocated directory for finding support libraries in data/config
Diffstat (limited to 'data')
-rw-r--r--data/config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/config.in b/data/config.in
index b7601766e95..b4b7243ecfd 100644
--- a/data/config.in
+++ b/data/config.in
@@ -10,7 +10,7 @@
<dllmap dll="i:odbc32.dll" target="libiodbc.dylib" os="osx"/>
<dllmap dll="oci" target="libclntsh@libsuffix@" os="!windows"/>
<dllmap dll="db2cli" target="libdb2_36@libsuffix@" os="!windows"/>
- <dllmap dll="MonoPosixHelper" target="@prefix@/@reloc_libdir@/libMonoPosixHelper@libsuffix@" os="!windows" />
+ <dllmap dll="MonoPosixHelper" target="$mono_libdir/libMonoPosixHelper@libsuffix@" os="!windows" />
<dllmap dll="i:msvcrt" target="@LIBC@" os="!windows"/>
<dllmap dll="i:msvcrt.dll" target="@LIBC@" os="!windows"/>
<dllmap dll="sqlite" target="@SQLITE@" os="!windows"/>