X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=runtime%2Fmono-wrapper.in;h=eb6cd895921f9eaa9eec3b678180f6483d211563;hb=83569e1ef07325ec30b00d3e2b955718f210e608;hp=bed9aa12f8b833875ff70076176e086896a9e7c6;hpb=a3ea7ceb4d4f5e2cb8ea421313e8939640fb898c;p=mono.git diff --git a/runtime/mono-wrapper.in b/runtime/mono-wrapper.in index bed9aa12f8b..eb6cd895921 100644 --- a/runtime/mono-wrapper.in +++ b/runtime/mono-wrapper.in @@ -1,6 +1,7 @@ #! /bin/sh r='@mono_build_root@' MONO_CFG_DIR='@mono_cfg_dir@' +PATH="$r/runtime/_tmpinst/bin:$PATH" MONO_SHARED_DIR=$r/runtime -export MONO_CFG_DIR MONO_SHARED_DIR +export MONO_CFG_DIR MONO_SHARED_DIR PATH exec "$r/libtool" --mode=execute "$r/@mono_runtime@" --config "@mono_cfg_dir@/mono/config" "$@"