In .:
[mono.git] / runtime / mono-wrapper.in
index bed9aa12f8b833875ff70076176e086896a9e7c6..eb6cd895921f9eaa9eec3b678180f6483d211563 100644 (file)
@@ -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" "$@"