Browse Source

improve new

ruki 3 năm trước cách đây
mục cha
commit
eccc22faca
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      scripts/new.lua

+ 1 - 1
scripts/new.lua

@@ -105,7 +105,7 @@ function _generate_package_from_github(reponame)
                 has_autoconf = true
             elseif filename == "meson.build" then
                 has_meson = true
-            elseif filename == "BUILD" then
+            elseif filename == "BUILD" or filename == "BUILD.bazel" then
                 has_bazel = true
             end
         end