X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=runtime%2Fmonodis-wrapper.in;h=cbde63109b12eea2f6fc52c7ecb07e933c097787;hb=HEAD;hp=974848b3c2f4f248d80e9b67e2f0d32c674774d3;hpb=538d3bb80572334c18ae117ea7703406a4a22872;p=mono.git diff --git a/runtime/monodis-wrapper.in b/runtime/monodis-wrapper.in index 974848b3c2f..cbde63109b1 100644 --- a/runtime/monodis-wrapper.in +++ b/runtime/monodis-wrapper.in @@ -1,6 +1,5 @@ #! /bin/sh r='@mono_build_root@' MONO_CFG_DIR='@mono_cfg_dir@' -MONO_SHARED_DIR=$r/runtime -export MONO_CFG_DIR MONO_SHARED_DIR -exec "$r/libtool" --mode=execute -dlopen "$r/mono/mini/libmono.la" "$r/mono/dis/monodis" "$@" +export MONO_CFG_DIR +exec "$r/libtool" --mode=execute -dlopen "$r/mono/mini/libmono-2.0.la" "$r/mono/dis/monodis" "$@"