From fec0283ac8f6929f90f36298fd1e4f0d07c9fb27 Mon Sep 17 00:00:00 2001 From: "Justin R. Miller" Date: Thu, 3 Dec 2015 15:49:05 -0800 Subject: fixes #3180, fixes #3113: bring back -ObjC linker flag Reverts a tiny sliver of 423cfc1 --- gyp/platform-ios.gypi | 1 + 1 file changed, 1 insertion(+) diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi index 205cfe22dd..370af4030a 100644 --- a/gyp/platform-ios.gypi +++ b/gyp/platform-ios.gypi @@ -88,6 +88,7 @@ '-framework MobileCoreServices', '-framework QuartzCore', '-framework SystemConfiguration', + '-ObjC', ], }, -- cgit v1.2.1