sfml: remove print

pull/2587/head
Jérôme Leclercq 1 year ago committed by GitHub
parent cc65ca92ec
commit bb8105270f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/s/sfml/xmake.lua

@ -202,7 +202,6 @@ package("sfml")
local fetchinfo = dep:fetch()
if fetchinfo then
table.join2(libfiles, fetchinfo.libfiles)
print(fetchinfo.libfiles)
end
end
end

Loading…
Cancel
Save