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:
authorLudovic Henry <luhenry@microsoft.com>2018-10-17 21:44:45 +0300
committerGitHub <noreply@github.com>2018-10-17 21:44:45 +0300
commita282040c96f4365c1f5cdea8639f441c65f26d68 (patch)
tree03ecd76d04e1b90c54055426e37c4c63ca7416dc /sdks/builds/ios.mk
parent2b64076769354d449deb0b2a7a2b078d657baa83 (diff)
[bcl] Build all XUnit and NUnit tests for monodroid, monotouch, monotouch_tv, monotouch_watch and wasm BCL profiles (#11201)
Diffstat (limited to 'sdks/builds/ios.mk')
-rw-r--r--sdks/builds/ios.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/sdks/builds/ios.mk b/sdks/builds/ios.mk
index 4226fb20a1b..cfe5d7a8981 100644
--- a/sdks/builds/ios.mk
+++ b/sdks/builds/ios.mk
@@ -341,11 +341,5 @@ $(eval $(call iOSCrossTemplate,crosswatch,i386,armv7k-unknown,ios-targetwatch,ll
# 64->arm32 cross compiler
$(eval $(call iOSCrossTemplate,cross32-64,x86_64,arm,ios-target32,llvm-llvm64,arm-apple-darwin10))
-$(eval $(call BclTemplate,ios-bcl,monotouch monotouch_tv monotouch_runtime monotouch_tv_runtime,monotouch))
+$(eval $(call BclTemplate,ios-bcl,monotouch monotouch_runtime monotouch_tv monotouch_tv_runtime monotouch_watch monotouch_watch_runtime,monotouch monotouch_tv monotouch_watch))
ios_TARGETS += ios-bcl
-
-$(eval $(call BclTemplate,ios-watchbcl,monotouch_watch monotouch_watch_runtime,))
-ios_TARGETS += ios-watchbcl
-
-# Both BCL builds can't be run concurrently
-build-ios-watchbcl: build-ios-bcl