Welcome to mirror list, hosted at ThFree Co, Russian Federation.

monodis-wrapper.in « runtime - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3d62405181ef825a4e917e456d256ad261c207d7 (plain)
1
2
3
4
5
6
#! /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 "$r/mono/dis/monodis" "$@"