[build] Prevent cyclic targets from being built in parallel
[mono.git] / mcs / class / System / System.Net.Security / LocalCertificateSelectionCallback.cs
index 7064652708b09ce60343ea837330ac4431fed7dd..53c829076ebe2c3af1ec7b3532b59b46a1ad8dc3 100644 (file)
@@ -31,9 +31,8 @@
 
 #if SECURITY_DEP
 
-#if !MOONLIGHT
+#if !MONOTOUCH && !MONODROID
 extern alias PrebuiltSystem;
-
 using X509CertificateCollection = PrebuiltSystem::System.Security.Cryptography.X509Certificates.X509CertificateCollection;
 #endif