From 0fe16ba8c391cc9dc50b06ad0312a53f6ecb8f7a Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Tue, 26 Apr 2005 22:25:36 +0000 Subject: Preload the path of Mono, that should fix the build svn path=/trunk/mono/; revision=43629 --- runtime/monodis-wrapper.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/monodis-wrapper.in b/runtime/monodis-wrapper.in index 3d62405181e..974848b3c2f 100644 --- a/runtime/monodis-wrapper.in +++ b/runtime/monodis-wrapper.in @@ -3,4 +3,4 @@ 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 "$r/mono/dis/monodis" "$@" +exec "$r/libtool" --mode=execute -dlopen "$r/mono/mini/libmono.la" "$r/mono/dis/monodis" "$@" -- cgit v1.2.3