Commit d3287f9
setup.py: use swig -version instead of swig --version
`swig --version` doesn't seem to be supported in all versions of
swig, e.g., FreeBSD and some flavors of Linux. Use `swig -version`
instead when querying the CLI tool version.
Closes: #4756
Signed-off-by: Enji Cooper <[email protected]>1 parent 23de718 commit d3287f9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
726 | 726 | | |
727 | 727 | | |
728 | 728 | | |
729 | | - | |
| 729 | + | |
730 | 730 | | |
731 | 731 | | |
732 | 732 | | |
| |||
0 commit comments