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>2014-07-16 04:52:29 +0400
committerAlan McGovern <alan@xamarin.com>2014-07-16 04:52:29 +0400
commitb0eb5e54d4248878a46437de03fc1d3fbb429890 (patch)
tree642a1827e8684b14ed16cf397bf7ebbc61676329 /configure
parent510ad9e711f2647fb0e239c40716b6bf29c5ae5e (diff)
Use the right path
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index fc694261b0..ff149220aa 100755
--- a/configure
+++ b/configure
@@ -278,7 +278,7 @@ if test `uname` = "Darwin"; then
export ACLOCAL_FLAGS="-I /Library/Frameworks/Mono.framework/Versions/Current/share/aclocal"
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:`pwd`main/build/bin"
+ export DYLD_FALLBACK_LIBRARY_PATH="$DYLD_FALLBACK_LIBRARY_PATH:/Library/Developer/CommandLineTools/usr/lib:`pwd`/main/build/bin"
fi
configure_packages