Index: runtime/bin/bin.gypi |
diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi |
index 6666aca62763724d9b415a7d6b44cc6112e5b54b..145512863a29255368f66c00eea2e84e65d97e4a 100644 |
--- a/runtime/bin/bin.gypi |
+++ b/runtime/bin/bin.gypi |
@@ -225,7 +225,7 @@ |
['exclude', '_test\\.(cc|h)$'], |
], |
'conditions': [ |
- ['dart_io_support==1 and dart_io_secure_socket==1', { |
+ ['OS != "mac" and dart_io_support==1 and dart_io_secure_socket==1', { |
'dependencies': [ |
'../third_party/boringssl/boringssl_dart.gyp:boringssl', |
], |
@@ -260,6 +260,7 @@ |
'libraries': [ |
'$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', |
'$(SDKROOT)/System/Library/Frameworks/CoreServices.framework', |
+ '$(SDKROOT)/System/Library/Frameworks/Security.framework', |
], |
}, |
}], |
@@ -300,7 +301,7 @@ |
'bin/zlib.gyp:zlib_dart', |
], |
}], |
- ['dart_io_support==1 and dart_io_secure_socket==1', { |
+ ['OS != "mac" and dart_io_support==1 and dart_io_secure_socket==1', { |
'dependencies': [ |
'../third_party/boringssl/boringssl_dart.gyp:boringssl', |
], |
@@ -332,6 +333,7 @@ |
'libraries': [ |
'$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', |
'$(SDKROOT)/System/Library/Frameworks/CoreServices.framework', |
+ '$(SDKROOT)/System/Library/Frameworks/Security.framework', |
], |
}, |
}], |