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