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-05-12 02:10:43 +0400
committerAndrew Jorgensen <ajorgensen@novell.com>2010-05-12 02:10:43 +0400
commit5621214bf0d1e49064ce40b2676092dbb2d300b0 (patch)
treebc3ce842ab28e791054bb1e72471ad3a8c5628e6 /scripts/mono-find-requires.in
parente3f40af339e3717d04f3756f7316cc89eed3671c (diff)
set MONO_PATH to ensure that mscorlib.dll can be found
svn path=/trunk/mono/; revision=157176
Diffstat (limited to 'scripts/mono-find-requires.in')
-rw-r--r--scripts/mono-find-requires.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mono-find-requires.in b/scripts/mono-find-requires.in
index 8bc68ffa137..f0ad60bb8a2 100644
--- a/scripts/mono-find-requires.in
+++ b/scripts/mono-find-requires.in
@@ -49,6 +49,8 @@ esac
# set LD_LIBRARY_PATH to ensure that libmono is found
export LD_LIBRARY_PATH=$libdir${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
+# and set MONO_PATH to ensure that mscorlib.dll can be found
+export MONO_PATH=$prefix/lib/mono/2.0
REQUIRES=$(
for i in "${monolist[@]}"; do