[xbuild] Evaluate Import with MSBuildThisFile* properties set.
[mono.git] / scripts / mono-find-requires.in
index 452456ed5e96d754d5f9aa5b4f68790e5ac80529..f0ad60bb8a2955b4b87e3433ae08fa0e470b196e 100644 (file)
@@ -28,7 +28,7 @@ libdir=$prefix/@reloc_libdir@
 bindir=$prefix/bin
 
 # Bail out if monodis or libmono is missing
-if [ ! -x $bindir/monodis ] || [ ! -f $libdir/libmono.so ] ; then
+if [ ! -x $bindir/monodis ] || [ ! -f $libdir/libmono-2.0.so.1 ] ; then
        echo "monodis missing or unusable, exiting..." 1>&2
        exit 1
 fi
@@ -47,8 +47,10 @@ case `uname -m` in
        ia64)   libext="()(64bit)" ;;
 esac
 
-# set LD_LIBRARY_PATH to ensure that libmono.so is found
+# 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