[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
[iOS] Use libc++. (#1819)
Browse files Browse the repository at this point in the history
  • Loading branch information
wqyfavor authored and cxfeng1 committed Nov 26, 2018
1 parent adfa157 commit 1e757cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeexSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1e757cd

Please sign in to comment.