提交 f1c8e042 编写于 作者: A Alexander Alekhin

ios framework: don't disable opencv_world in dynamic framework

上级 a78d143c
......@@ -135,7 +135,7 @@ class Builder:
] if self.dynamic else [])
if len(self.exclude) > 0:
args += ["-DBUILD_opencv_world=OFF"]
args += ["-DBUILD_opencv_world=OFF"] if not self.dynamic else []
args += ["-DBUILD_opencv_%s=OFF" % m for m in self.exclude]
return args
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册