Opened 7 years ago
Closed 5 years ago
#2105 closed enhancement (fixed)
Add option to specify SWIG bindings
Reported by: | ming | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.10 |
Component: | pjsua2 | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
Currently, running make in pjsip-apps/src/swig will create SWIG bindings for Java, Python, and the new addition C#, and may generate errors if one of them is not installed. It's better to allow user to specify an option such as make java to build for Java binding only. The list of options should be: java, python2, python3, csharp.
If possible, also detect the Python version used as well (for example, Python 3.6 or 2.7)
Change History (1)
comment:1 Changed 5 years ago by riza
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 6156: