Explorar o código

fix: fix bsd build error

冰雪殇璃陌梦 %!s(int64=2) %!d(string=hai) anos
pai
achega
f8e7d7d523
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/l/libvpx/xmake.lua

+ 1 - 1
packages/l/libvpx/xmake.lua

@@ -61,7 +61,7 @@ package("libvpx")
         end
 
         if package:is_plat("bsd") then
-            io.replace("configure", "diff --version", "diff", {plain = true})
+            io.replace("configure", "diff --version", "which diff", {plain = true})
         end
         local source_dir = os.curdir()
         os.cd("$(buildir)")