From 7ca1edb31d8924d9d07d1a7615d8acfe4bf6c889 Mon Sep 17 00:00:00 2001 From: "tkchin@webrtc.org" Date: Mon, 19 May 2014 21:05:10 +0000 Subject: [PATCH] Remove IOKit linkage from iOS builds. IOKit has been removed in iOS7, so link fails. iOS build succeeds after removing this setting and the corresponding one in talk/libjingle.gyp. Presubmit script tells me that CLs aren't allowed to touch both talk/ and webrtc/ at the same time so doing this separately. BUG= R=fischman@webrtc.org, niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/20509005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6191 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/base/base.gyp | 1 - 1 file changed, 1 deletion(-) diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp index a3cf7706e1..9e6f2e41c0 100644 --- a/webrtc/base/base.gyp +++ b/webrtc/base/base.gyp @@ -524,7 +524,6 @@ 'xcode_settings': { 'OTHER_LDFLAGS': [ '-framework Foundation', - '-framework IOKit', '-framework Security', '-framework SystemConfiguration', '-framework UIKit',