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

semdel-wrapper.in « runtime - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 33f0229ac06885944730bb55c17be1de6a0ab75d (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/handles/semdel" "$@"