From 859b18135dd06c647745429fc8367247cb8d29e4 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Wed, 26 Jan 2022 08:25:34 +0100 Subject: [PATCH] fix: Hermes no longer builds without `Exception.cpp` (#982) --- third-party-podspecs/RCT-Folly.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party-podspecs/RCT-Folly.podspec b/third-party-podspecs/RCT-Folly.podspec index 5d3806674b3d74..21c2e2c2c186c7 100644 --- a/third-party-podspecs/RCT-Folly.podspec +++ b/third-party-podspecs/RCT-Folly.podspec @@ -40,7 +40,7 @@ Pod::Spec.new do |spec| 'folly/hash/SpookyHashV2.cpp', 'folly/lang/Assume.cpp', 'folly/lang/CString.cpp', - # 'folly/lang/Exception.cpp', # TODO(macOS GH#214) later versions of boost don't support macOS, revert this back to upstream when fixed + 'folly/lang/Exception.cpp', 'folly/memory/detail/MallocImpl.cpp', 'folly/net/NetOps.cpp', 'folly/portability/SysUio.cpp',