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:
authorSushiHangover <sushihangover@outlook.com>2015-10-31 20:54:06 +0300
committerSushiHangover <sushihangover@outlook.com>2015-10-31 21:05:51 +0300
commiteaa54a54a674479b2a90045dbc9a85f02c184680 (patch)
tree4183d31f2814a457f89c0b9b7afd748d088e8b89 /main/build
parent1dc778126381fd40fc8c538a30ad62edad1ae9d4 (diff)
Build fix for main/build/MacOSX/render.exe as gmcs no longer exists
Diffstat (limited to 'main/build')
-rw-r--r--main/build/MacOSX/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/build/MacOSX/Makefile.am b/main/build/MacOSX/Makefile.am
index ac59a45072..6663419f4a 100644
--- a/main/build/MacOSX/Makefile.am
+++ b/main/build/MacOSX/Makefile.am
@@ -19,7 +19,7 @@ EXTRA_DIST = dmg-bg.png DS_Store Info.plist.in make-dmg-bundle.sh render.cs
all: monostub monostub-test
render.exe: render.cs
- gmcs -r:System.Drawing render.cs
+ mcs -r:System.Drawing render.cs
dmg: render.exe app
./make-dmg-bundle.sh