mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Merge pull request #43896 from facebook/cipolleschi/fix_yoga_archive_0.73
[Yoga][0.73] Fix archive for MacOS Catalyst
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user