This is an automated email from the ASF dual-hosted git repository.

cxfeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e757cd  [iOS] Use libc++. (#1819)
1e757cd is described below

commit 1e757cdfcbae827c98696c2fc24ac15621356c11
Author: wqyfavor <wqyfa...@163.com>
AuthorDate: Mon Nov 26 20:04:44 2018 +0800

    [iOS] Use libc++. (#1819)
---
 WeexSDK.podspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/WeexSDK.podspec b/WeexSDK.podspec
index 7f594c4..d456a1b 100644
--- a/WeexSDK.podspec
+++ b/WeexSDK.podspec
@@ -53,7 +53,7 @@ Pod::Spec.new do |s|
     w.xcconfig = { 'USER_HEADER_SEARCH_PATHS' => 
['${PODS_ROOT}/Headers/Public/WeexSDK/core/**'] }
     w.header_mappings_dir = 'weex_core/Source'
 
-    w.libraries = "stdc++"
+    w.libraries = "c++"
   end
 
 end

Reply via email to