Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit 9e985f2

Browse files
authored
Use autoconf (#9)
1 parent 31bf4ff commit 9e985f2

2 files changed

Lines changed: 6 additions & 18 deletions

File tree

RNPjSip.podspec

Lines changed: 0 additions & 18 deletions
This file was deleted.

react-native-pjsip.podspec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,10 @@ Pod::Spec.new do |s|
1717

1818
s.dependency 'React'
1919
s.vendored_frameworks = 'ios/VialerPJSIP.framework'
20+
21+
# https://github.com/datso/react-native-pjsip/pull/219/files
22+
s.xcconfig = {
23+
'GCC_PREPROCESSOR_DEFINITIONS' => 'PJ_AUTOCONF=1',
24+
'USE_HEADERMAP' => 'NO',
25+
}
2026
end

0 commit comments

Comments
 (0)