Skip to content

Commit

Permalink
fix: Hermes no longer builds without Exception.cpp (#982) (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Feb 14, 2022
1 parent fc957e7 commit bb08860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party-podspecs/RCT-Folly.podspec
Expand Up @@ -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',
Expand Down

0 comments on commit bb08860

Please sign in to comment.