We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a781217 commit 37c14c0Copy full SHA for 37c14c0
xmake/rules/swig/xmake.lua
@@ -90,7 +90,7 @@ rule("swig.base")
90
elseif moduletype == "java" then
91
local buildjar = target:extraconf("rules", "swig.c", "buildjar") or target:extraconf("rules", "swig.cpp", "buildjar")
92
if buildjar then
93
- autogenfiles = path.join(autogendir , target:name() .. ".jar")
+ autogenfiles = path.join(autogendir, target:name() .. ".jar")
94
else
95
autogenfiles = os.files(path.join(autogendir, "*.java"))
96
end
0 commit comments