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