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:
authorLluis Sanchez <lluis@xamarin.com>2014-04-30 17:55:42 +0400
committerLluis Sanchez <lluis@xamarin.com>2014-04-30 17:55:42 +0400
commitfb81c819ea4e881a24b3631e9767fb6ecafb47df (patch)
treecda0f870a57624298780a9686e872737b71705f9 /profiles
parentf93d4bbe9e4f8143230601b92ac0fc27ecf2021f (diff)
Fix F# binding build issue
Don't specify the prefix path when configuring the F# binding since the binding assumes that MD is installed in that prefix, but that's not correct when building MD itself.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/mac2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/mac b/profiles/mac
index 9e695ba066..91f5c8a42d 100644
--- a/profiles/mac
+++ b/profiles/mac
@@ -1,2 +1,2 @@
main --disable-update-mimedb --disable-update-desktopdb --disable-gnomeplatform --enable-macplatform --enable-tests
-main/external/fsharpbinding/monodevelop --addins-dir=bin/mac-linux/Debug
+main/external/fsharpbinding/monodevelop --addins-dir=bin/mac-linux/Debug --no-prefix