Skip to content

Commit 859b181

Browse files
committed
fix: Hermes no longer builds without Exception.cpp (#982)
1 parent fc957e7 commit 859b181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third-party-podspecs/RCT-Folly.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Pod::Spec.new do |spec|
4040
'folly/hash/SpookyHashV2.cpp',
4141
'folly/lang/Assume.cpp',
4242
'folly/lang/CString.cpp',
43-
# 'folly/lang/Exception.cpp', # TODO(macOS GH#214) later versions of boost don't support macOS, revert this back to upstream when fixed
43+
'folly/lang/Exception.cpp',
4444
'folly/memory/detail/MallocImpl.cpp',
4545
'folly/net/NetOps.cpp',
4646
'folly/portability/SysUio.cpp',

0 commit comments

Comments
 (0)