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:
Andrey Goncharov
2021-11-01 11:40:01 -07:00
committed by Facebook GitHub Bot
parent 763a29d799
commit db59652d0e
2 changed files with 4 additions and 4 deletions

View File

@@ -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"