Explorar el Código

woff2: set submodules false

star9029 hace 5 meses
padre
commit
12c88339a3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/w/woff2/xmake.lua

+ 1 - 1
packages/w/woff2/xmake.lua

@@ -4,7 +4,7 @@ package("woff2")
     set_license("MIT")
 
     add_urls("https://github.com/google/woff2/archive/refs/tags/$(version).tar.gz",
-             "https://github.com/google/woff2.git")
+             "https://github.com/google/woff2.git", {submodules = false})
 
     add_versions("v1.0.2", "add272bb09e6384a4833ffca4896350fdb16e0ca22df68c0384773c67a175594")