Ver Fonte

Remove redundant blank lines in libsdl_mixer

PucklaMotzer09 há 5 anos atrás
pai
commit
3376574072
1 ficheiros alterados com 0 adições e 3 exclusões
  1. 0 3
      packages/l/libsdl_mixer/xmake.lua

+ 0 - 3
packages/l/libsdl_mixer/xmake.lua

@@ -20,7 +20,6 @@ package("libsdl_mixer")
         if package:is_plat("mingw") then
         if package:is_plat("mingw") then
             arch = (arch == "x86_64") and "x64" or "x86"
             arch = (arch == "x86_64") and "x64" or "x86"
         end
         end
-
         os.cp("include/*", package:installdir("include/SDL2"))
         os.cp("include/*", package:installdir("include/SDL2"))
         os.cp(path.join("lib", arch, "*.lib"), package:installdir("lib"))
         os.cp(path.join("lib", arch, "*.lib"), package:installdir("lib"))
         os.cp(path.join("lib", arch, "*.dll"), package:installdir("lib"))
         os.cp(path.join("lib", arch, "*.dll"), package:installdir("lib"))
@@ -33,9 +32,7 @@ package("libsdl_mixer")
         else
         else
             table.insert(configs, "--enable-shared=no")
             table.insert(configs, "--enable-shared=no")
         end
         end
-
         table.insert(configs, "--with-sdl-prefix=" .. package:dep("libsdl"):installdir())
         table.insert(configs, "--with-sdl-prefix=" .. package:dep("libsdl"):installdir())
-
         import("package.tools.autoconf").install(package, configs)
         import("package.tools.autoconf").install(package, configs)
     end)
     end)