[System] Remove Process.Start and related API from TvOS/WatchOS.
[mono.git] / mcs / build / profiles / monotouch_watch_runtime.make
index 920042750ddf45493abe94bcf26dd15d013b9193..7b3eb80a551dc7325b9cfde0edc5728899696bf2 100644 (file)
@@ -5,3 +5,6 @@ PROFILE_MCS_FLAGS += \
 
 NO_THREAD_ABORT=1
 NO_THREAD_SUSPEND_RESUME=1
+# The binding generator (bwatch) still needs to execute processes,
+# so we need a System.dll that can do that.
+#NO_PROCESS_START=1