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:
authorMiguel de Icaza <miguel@gnome.org>2006-03-06 22:32:24 +0300
committerMiguel de Icaza <miguel@gnome.org>2006-03-06 22:32:24 +0300
commit57fe9c6c93ca2c9f8c0e30b6fba21371ca7ddc7f (patch)
treee5b072c35a3077b691cbf9514d9e0e1e3046ddde /data
parent5ece2822d1ea83cbcb8bf57bffefffe9631984ed (diff)
Change the prefix/suffix for the OCI/Oracle library
svn path=/trunk/mono/; revision=57631
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 4e7ca16e976..89e667ec3c2 100644
--- a/data/config.in
+++ b/data/config.in
@@ -5,7 +5,7 @@
<dllmap dll="libxslt.dll" target="libxslt@libsuffix@" />
<dllmap dll="libmySQL.dll" target="libmysqlclient@libsuffix@" />
<dllmap dll="odbc32.dll" target="libodbc@libsuffix@" />
- <dllmap dll="oci" target="clntsh" />
+ <dllmap dll="oci" target="libclntsh@libsuffix@" />
<dllmap dll="db2cli" target="libdb2_36@libsuffix@"/>
<dllmap dll="msvcrt" target="@LIBC@"/>
<dllmap dll="MonoPosixHelper" target="libMonoPosixHelper@libsuffix@"/>