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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/build
diff options
context:
space:
mode:
authorGeoff Norton <grompf@sublimeintervention.com>2009-11-05 07:59:55 +0300
committerGeoff Norton <grompf@sublimeintervention.com>2009-11-05 07:59:55 +0300
commite87c31e9a91c213ae12afd6752cc4f90ddd98ba7 (patch)
treece51574e835fb47a38065e787691a9d5ff029cd3 /mcs/build
parenta2a81a55b3ce8193f1c28e18977b9c350a385299 (diff)
fix the moonlight/mt builds
svn path=/branches/mono-2-6/mcs/; revision=145457
Diffstat (limited to 'mcs/build')
-rw-r--r--mcs/build/profiles/monotouch.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/build/profiles/monotouch.make b/mcs/build/profiles/monotouch.make
index 4966cda41d6..97d1dcffb21 100644
--- a/mcs/build/profiles/monotouch.make
+++ b/mcs/build/profiles/monotouch.make
@@ -3,7 +3,7 @@
my_runtime = $(RUNTIME) $(RUNTIME_FLAGS) --security=temporary-smcs-hack
INTERNAL_SMCS = $(my_runtime) $(topdir)/class/lib/$(PROFILE)/smcs.exe
-BOOTSTRAP_PROFILE = net_2_1_bootstrap
+BOOTSTRAP_PROFILE = monotouch_bootstrap
BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(my_runtime) $(topdir)/class/lib/$(BOOTSTRAP_PROFILE)/smcs.exe
MCS = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_SMCS)