We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent53c0bd6 commitde9cb94Copy full SHA for de9cb94
config.make.in
@@ -7,13 +7,17 @@ bindir := ${prefix}/bin/
7
monodir := @MONODIR@/
8
monolibdir2 := $(monodir)2.0/
9
10
+#This is where to find MonoTouch of MonoAndroid, for "make do-2-1"
11
+#
12
#For now this is hardwired, it should be optionally detected by configure.ac
13
monolibdir21 := /Developer/MonoAndroid/usr/lib/mono/2.1/
14
+#monolibdir21 := /Developer/MonoTouch/usr/lib/mono/2.1/
15
16
monolibdir35 := $(monodir)3.5/
17
monolibdir4 := $(monodir)4.0/
18
tooldir := $(topdir)lib/bootstrap/4.0/
19
20
+#Enable this fo faster bulds, but not on Mono 2.11.5, see https://bugzilla.xamarin.com/show_bug.cgi?id=7815
21
#MONO_OPTIONS += --gc=sgen
22
23
bootstrapdir = $(bootstrap)/4.0/