Fix ___cxa_increment_exception_refcount
Summary: Replicates https://www.internalfb.com/diff/D30950944 Reviewed By: lblasa Differential Revision: D32019911 fbshipit-source-id: 8e8a486a2feb7dd34650819d403c2cb21410218c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
763a29d799
commit
db59652d0e
@@ -5,7 +5,7 @@
|
||||
|
||||
Pod::Spec.new do |spec|
|
||||
spec.name = 'Flipper-Folly'
|
||||
spec.version = '2.6.9'
|
||||
spec.version = '2.6.10'
|
||||
spec.license = { :type => 'Apache License, Version 2.0' }
|
||||
spec.homepage = 'https://github.com/facebook/folly'
|
||||
spec.summary = 'An open-source C++ library developed and used at Facebook.'
|
||||
@@ -154,7 +154,7 @@ Pod::Spec.new do |spec|
|
||||
spec.exclude_files = "folly/synchronization/Rcu.cpp", "folly/synchronization/Rcu.h"
|
||||
spec.header_mappings_dir = 'folly'
|
||||
spec.header_dir = 'folly'
|
||||
spec.libraries = "stdc++"
|
||||
spec.libraries = "stdc++", "c++abi"
|
||||
|
||||
spec.public_header_files = "folly/**/*.h"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ PODS:
|
||||
- Flipper-Boost-iOSX (1.76.0.1.11)
|
||||
- Flipper-DoubleConversion (3.1.7)
|
||||
- Flipper-Fmt (7.1.7)
|
||||
- Flipper-Folly (2.6.9):
|
||||
- Flipper-Folly (2.6.10):
|
||||
- Flipper-Boost-iOSX
|
||||
- Flipper-DoubleConversion
|
||||
- Flipper-Fmt (= 7.1.7)
|
||||
@@ -132,7 +132,7 @@ SPEC CHECKSUMS:
|
||||
Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c
|
||||
Flipper-DoubleConversion: 57ffbe81ef95306cc9e69c4aa3aeeeeb58a6a28c
|
||||
Flipper-Fmt: 60cbdd92fc254826e61d669a5d87ef7015396a9b
|
||||
Flipper-Folly: 4c7cf530a9038ae25b0fa37e00b00491c467aaea
|
||||
Flipper-Folly: 584845625005ff068a6ebf41f857f468decd26b3
|
||||
Flipper-Glog: 05579840e2750ec907ee2f81544f41ad76a7cae4
|
||||
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
|
||||
Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541
|
||||
|
||||
Reference in New Issue
Block a user