We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5bbeb commit 78b2d18Copy full SHA for 78b2d18
1 file changed
repo/packages/f/ffmpeg/xmake.lua
@@ -66,7 +66,7 @@ do
66
if package:config("shared") then
67
table.insert(configs, "--enable-shared")
68
end
69
-
+ table.insert(configs, "--disable-doc")
70
local buildenvs = import("package.tools.autoconf").buildenvs(package,
71
{ldflags = ldflags, packagedeps = packagedeps})
72
import("package.tools.autoconf").configure(package, configs, {envs = buildenvs})
0 commit comments