Skip to content

Commit

Permalink
[poppler-data] Apply patches in source, not in build step
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jul 28, 2024
1 parent 4fb4dcf commit 96e2671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/poppler-data/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ def layout(self):
def source(self):
get(self, **self.conan_data["sources"][self.version],
destination=self.source_folder, strip_root=True)
apply_conandata_patches(self)

def generate(self):
tc = CMakeToolchain(self)
tc.generate()

def build(self):
apply_conandata_patches(self)
cmake = CMake(self)
cmake.configure()
cmake.build()
Expand Down

0 comments on commit 96e2671

Please sign in to comment.