summaryrefslogtreecommitdiff
path: root/pjsua/0001-Don-t-build-Java-bindings.patch
blob: a4b1be456191f60a2dc33702420d393e6b9c626f (plain)
    1 From c80630d6923f50b29fc136e75a8bed5de4ae50dd Mon Sep 17 00:00:00 2001
    2 From: Caleb Maclennan <caleb@alerque.com>
    3 Date: Sat, 22 Feb 2020 04:54:58 +0000
    4 Subject: [PATCH] Don't build Java bindings
    5 
    6 Signed-off-by: Caleb Maclennan <caleb@alerque.com>
    7 ---
    8  pjsip-apps/src/swig/Makefile | 2 +-
    9  1 file changed, 1 insertion(+), 1 deletion(-)
   10 
   11 diff --git a/pjsip-apps/src/swig/Makefile b/pjsip-apps/src/swig/Makefile
   12 index abb317b..1f4759f 100644
   13 --- a/pjsip-apps/src/swig/Makefile
   14 +++ b/pjsip-apps/src/swig/Makefile
   15 @@ -7,7 +7,7 @@ else
   16      ifneq ($(findstring ios,$(TARGET_NAME)),)
   17    	LANG = csharp
   18      else
   19 -  	LANG = python java
   20 +  	LANG = python
   21      endif
   22  endif
   23  
   24 -- 
   25 2.25.1

Generated by cgit