replace tab with 4 spaces

pull/103/head
xq114 4 years ago
parent d931c7d61d
commit cb298341f2
  1. 2
      packages/p/pkg-config/xmake.lua

@ -6,7 +6,7 @@ package("pkg-config")
if is_host("macosx", "linux") then
add_urls("https://pkgconfig.freedesktop.org/releases/pkg-config-$(version).tar.gz")
add_urls("http://fco.it.distfiles.macports.org/mirrors/macports-distfiles/pkgconfig/pkg-config-$(version).tar.gz")
add_urls("http://fco.it.distfiles.macports.org/mirrors/macports-distfiles/pkgconfig/pkg-config-$(version).tar.gz")
add_versions("0.29.2", "6fc69c01688c9458a57eb9a1664c9aba372ccda420a02bf4429fe610e7e7d591")
end

Loading…
Cancel
Save