ART: Disable check for Mac

Disable for investigation.

Bug: 132163727
Test: m
Change-Id: I7164747452598cfb333511651fb1058b48464f76
diff --git a/libartbase/base/globals.cc b/libartbase/base/globals.cc
index dfac92a..ba064b5 100644
--- a/libartbase/base/globals.cc
+++ b/libartbase/base/globals.cc
@@ -24,7 +24,7 @@
 
 namespace art {
 
-#if !defined(_WIN32)
+#if !defined(_WIN32) && !defined(__APPLE__)
 // Check that we have not loaded both debug and release version of libartbase at the same time.
 //
 // This can be a cascade problem originating from a call to