Browse Source

sfml: remove print

Jérôme Leclercq 2 năm trước cách đây
mục cha
commit
bb8105270f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      packages/s/sfml/xmake.lua

+ 0 - 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