UseSWIG: fix prefix library for Java on Windows

Fixes: #17836
This commit is contained in:
Marc Chevrier
2018-03-20 10:56:28 +01:00
committed by Brad King
parent 5831b6a2ae
commit 51b642679b
2 changed files with 23 additions and 9 deletions
@@ -0,0 +1,6 @@
UseSWIG-fix-library-prefix
--------------------------
* The :module:`UseSWIG` module :command:`swig_add_library` command
(and legacy ``swig_add_module`` command) now set the prefix of
Java modules to ``""`` for MINGW, MSYS, and CYGWIN environments.