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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan@xamarin.com>2015-09-11 17:27:03 +0300
committerAlan McGovern <alan@xamarin.com>2015-09-11 17:27:30 +0300
commitddd7496f8af55227798a46d99c29d79ec2ac4382 (patch)
tree8ad4c0a85efb9cd1dd993df499ca153f5d951582 /configure
parent8b161da94f0c78a191564688059d0f7bc383b919 (diff)
[build] Initial impl to check dependencies when compiling on macos
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 42d2ae1231..4fc31b2a89 100755
--- a/configure
+++ b/configure
@@ -283,6 +283,8 @@ if test `uname` = "Darwin"; then
fi
# add in libsvn's directory as a fallback path. user-set paths will override it
export DYLD_FALLBACK_LIBRARY_PATH="$DYLD_FALLBACK_LIBRARY_PATH:/Library/Developer/CommandLineTools/usr/lib:/usr/local/lib:`pwd`/main/build/bin"
+
+ ruby dependency_checker.rb 2> /dev/null || exit 456
fi
configure_packages