diff options
| -rw-r--r-- | xmake/rules/swig/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/swig/xmake.lua b/xmake/rules/swig/xmake.lua index 48c6fcc91..d9ba600a9 100644 --- a/xmake/rules/swig/xmake.lua +++ b/xmake/rules/swig/xmake.lua @@ -90,7 +90,7 @@ rule("swig.base") elseif moduletype == "java" then local buildjar = target:extraconf("rules", "swig.c", "buildjar") or target:extraconf("rules", "swig.cpp", "buildjar") if buildjar then - autogenfiles = path.join(autogendir , target:name()..".jar") + autogenfiles = path.join(autogendir , target:name() .. ".jar") else autogenfiles = os.files(path.join(autogendir, "*.java")) end |
