2
0
ruki 3 жил өмнө
parent
commit
eccc22faca
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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