We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 529bcc0 + a8a2f1a commit 2f98436Copy full SHA for 2f98436
1 file changed
packages/react-native/ReactCommon/yoga/Yoga.podspec
@@ -32,7 +32,10 @@ Pod::Spec.new do |spec|
32
spec.requires_arc = false
33
spec.pod_target_xcconfig = {
34
'DEFINES_MODULE' => 'YES'
35
- }
+ }.merge!(ENV['USE_FRAMEWORKS'] != nil ? {
36
+ 'HEADER_SEARCH_PATHS' => '"$(PODS_TARGET_SRCROOT)"'
37
+} : {})
38
+
39
spec.compiler_flags = [
40
'-fno-omit-frame-pointer',
41
'-fexceptions',
0 commit comments