[corlib] Add back X509 support for watchOS.
[mono.git] / mcs / build / profiles / monotouch_watch_runtime.make
1 include $(topdir)/build/profiles/monotouch_runtime.make
2
3 PROFILE_MCS_FLAGS += \
4         -d:FEATURE_NO_BSD_SOCKETS \
5         -d:MONOTOUCH_WATCH
6
7 NO_THREAD_ABORT=1
8 NO_THREAD_SUSPEND_RESUME=1
9 # The binding generator (bwatch) still needs to execute processes,
10 # so we need a System.dll that can do that.
11 #NO_PROCESS_START=1
12 NO_MONO_SECURITY=1
13 MONO_FEATURE_APPLETLS=
14 ONLY_APPLETLS=
15 MONO_FEATURE_APPLE_X509=1