bacio: patch for v2.4.1 (#34575)

This commit is contained in:
Alex Richert
2022-12-22 00:12:29 -08:00
committed by GitHub
parent f116e6762a
commit 72e81796d1

View File

@@ -39,3 +39,7 @@ def cmake_args(self):
args = [self.define_from_variant("CMAKE_POSITION_INDEPENDENT_CODE", "pic")]
return args
def patch(self):
if self.spec.satisifes("@2.4.1"):
filter_file(".*", "2.4.1", "VERSION")