Skip to content

Commit

Permalink
ios build import fix and removed not-needed debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dshamaev-intermedia committed Mar 22, 2024
1 parent bdb97c5 commit 566505a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ios_framework/Sources/Headers/PJSip-umbrella.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#import <PJSipIOS/pjsip_auth.h>
#import <PJSipIOS/pjsip_ua.h>
#import <PJSipIOS/pjsua.h>
#import <PJSipIOS/pjnat64/pj-nat64.h>

FOUNDATION_EXPORT double PJSipIOSVersionNumber;
FOUNDATION_EXPORT const unsigned char PJSipIOSVersionString[];
Expand Down
2 changes: 1 addition & 1 deletion pjnat64/build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ realclean:
$(MAKE) -f $(RULES_MAK) APP=PJNAT64 app=pjnat64 $@

depend:
$(MAKE) -d -f $(RULES_MAK) APP=PJNAT64 app=pjnat64 $@
$(MAKE) -f $(RULES_MAK) APP=PJNAT64 app=pjnat64 $@

0 comments on commit 566505a

Please sign in to comment.