Browse Source

improve new

ruki 3 years ago
parent
commit
eccc22faca
1 changed files with 1 additions and 1 deletions
  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