File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
packages/react-native-audio-api Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2961,7 +2961,7 @@ SPEC CHECKSUMS:
2961
2961
ReactAppDependencyProvider: 3267432b637c9b38e86961b287f784ee1b08dde0
2962
2962
ReactCodegen: d82f538f70f00484d418803f74b5a0ea09cc8689
2963
2963
ReactCommon: b028d09a66e60ebd83ca59d8cc9a1216360db147
2964
- RNAudioAPI: 7ba48681da626677a851e7b91d7910b776410976
2964
+ RNAudioAPI: a2e1467619b270f2b7c922528e624063b13c77c6
2965
2965
RNGestureHandler: eeb622199ef1fb3a076243131095df1c797072f0
2966
2966
RNReanimated: 402e6a3b84071df4da6264630a1b99962a113d2d
2967
2967
RNScreens: ee2abe7e0c548eed14e92742e81ed991165c56aa
Original file line number Diff line number Diff line change @@ -35,9 +35,8 @@ Pod::Spec.new do |s|
35
35
36
36
s . compiler_flags = "#{ folly_flags } "
37
37
38
- external_dir = "$(PODS_TARGET_SRCROOT)/common/cpp/audioapi/external"
39
- # lib_dir = "$(PODS_TARGET_SRCROOT)/common/cpp/audioapi/external/$(PLATFORM_NAME)"
40
- lib_dir = "$(SRCROOT)/../../../packages/react-native-audio-api/common/cpp/audioapi/external/$(PLATFORM_NAME)"
38
+ external_dir = File . join ( __dir__ , "common/cpp/audioapi/external" )
39
+ lib_dir = "#{ external_dir } /$(PLATFORM_NAME)"
41
40
42
41
43
42
s . pod_target_xcconfig = {
You can’t perform that action at this time.
0 commit comments