Author: miguel Date: 2005-04-26 18:25:36 -0400 (Tue, 26 Apr 2005) New Revision: 43629
Modified: trunk/mono/runtime/monodis-wrapper.in Log: Preload the path of Mono, that should fix the build Modified: trunk/mono/runtime/monodis-wrapper.in =================================================================== --- trunk/mono/runtime/monodis-wrapper.in 2005-04-26 21:46:01 UTC (rev 43628) +++ trunk/mono/runtime/monodis-wrapper.in 2005-04-26 22:25:36 UTC (rev 43629) @@ -3,4 +3,4 @@ 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" "$@" _______________________________________________ Mono-patches maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-patches
