Merge pull request #18449 from alalek:ios_dont_disable_world_automatically

This commit is contained in:
Alexander Alekhin 2020-09-28 18:46:28 +00:00
commit 08b36e4f48

View File

@ -150,7 +150,6 @@ class Builder:
] if self.debug_info else [])
if len(self.exclude) > 0:
args += ["-DBUILD_opencv_world=OFF"] if not self.dynamic else []
args += ["-DBUILD_opencv_%s=OFF" % m for m in self.exclude]
if len(self.disable) > 0: