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

build-native.sh - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 24d037a38d7d9b236b3c261d98940455290afcaa (plain)
1
2
3
4
5
#!/usr/bin/env bash
working_tree_root="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
#The Run Command Tool is calling src/Native/build-native.sh
$working_tree_root/run.sh build-native "$@"
exit $?