Skip to content

Commit da02b64

Browse files
Fix missing / in podspec (#624)
1 parent f2392dd commit da02b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/@babylonjs/react-native-iosandroid/react-native-babylon.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515

1616
s.source_files = "ios/*.{h,m,mm}"
1717
s.requires_arc = true
18-
s.xcconfig = { 'USER_HEADER_SEARCH_PATHS' => '$(inherited) ${PODS_TARGET_SRCROOT}/shared ${PODS_TARGET_SRCROOT}/..react-native/shared' }
18+
s.xcconfig = { 'USER_HEADER_SEARCH_PATHS' => '$(inherited) ${PODS_TARGET_SRCROOT}/shared ${PODS_TARGET_SRCROOT}/../react-native/shared' }
1919

2020
s.libraries = 'astc-encoder',
2121
'etc1',

0 commit comments

Comments
 (0)