X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=runtime%2Fmonodis-wrapper.in;h=cbde63109b12eea2f6fc52c7ecb07e933c097787;hb=9444d475a4db5f1f6af1bc4d9955a83ce1be5484;hp=974848b3c2f4f248d80e9b67e2f0d32c674774d3;hpb=74c2e813151ef52866b58da63aeeed698b5e67dd;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" "$@"