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
diff options
context:
space:
mode:
Diffstat (limited to 'sdks/builds/bcl.mk')
-rw-r--r--sdks/builds/bcl.mk24
1 files changed, 12 insertions, 12 deletions
diff --git a/sdks/builds/bcl.mk b/sdks/builds/bcl.mk
index 9ca732d89ef..b1db4827787 100644
--- a/sdks/builds/bcl.mk
+++ b/sdks/builds/bcl.mk
@@ -2,20 +2,20 @@
.stamp-bcl-toolchain:
touch $@
-bcl_ios_CONFIGURE_FLAGS = \
- --with-monotouch=yes \
- --with-monotouch_tv=yes \
- --with-xammac=yes \
- --with-monotouch_watch=yes
+bcl-ios_CONFIGURE_FLAGS = \
+ --with-monotouch=yes \
+ --with-monotouch_tv=yes \
+ --with-xammac=yes \
+ --with-monotouch_watch=yes
bcl_CONFIGURE_FLAGS = \
- --with-profile4_x=no \
- $(if $(DISABLE_ANDROID),,--with-monodroid=yes) \
- $(if $(DISABLE_IOS),,$(bcl_ios_CONFIGURE_FLAGS)) \
- $(if $(DISABLE_WASM),,--with-wasm=yes) \
- --with-mcs-docs=no \
- --disable-nls \
- --disable-boehm
+ --with-profile4_x=no \
+ $(if $(DISABLE_ANDROID),,--with-monodroid=yes) \
+ $(if $(DISABLE_IOS),,$(bcl-ios_CONFIGURE_FLAGS)) \
+ $(if $(DISABLE_WASM),,--with-wasm=yes) \
+ --with-mcs-docs=no \
+ --disable-nls \
+ --disable-boehm
.stamp-bcl-configure: $(TOP)/configure
mkdir -p $(TOP)/sdks/builds/bcl