Skip to content

Commit

Permalink
[Yoga][0.74] Fix archive for MacOS Catalyst (#43900)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipolleschi committed Apr 8, 2024
1 parent 82643e1 commit 0e5dc51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/react-native/ReactCommon/yoga/Yoga.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ Pod::Spec.new do |spec|
spec.requires_arc = false
spec.pod_target_xcconfig = {
'DEFINES_MODULE' => 'YES'
}
}.merge!(ENV['USE_FRAMEWORKS'] != nil ? {
'HEADER_SEARCH_PATHS' => '"$(PODS_TARGET_SRCROOT)"'
} : {})

spec.compiler_flags = [
'-fno-omit-frame-pointer',
'-fexceptions',
Expand Down

0 comments on commit 0e5dc51

Please sign in to comment.