Skip to content

Commit

Permalink
[WavPack] Move patch application to the build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
crsib committed Mar 6, 2024
1 parent 1be0862 commit e1bd1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/wavpack/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def layout(self):

def source(self):
get(self, **self.conan_data["sources"][self.version], strip_root=True)
apply_conandata_patches(self)

def generate(self):
tc = CMakeToolchain(self)
Expand All @@ -58,6 +57,7 @@ def generate(self):


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

0 comments on commit e1bd1df

Please sign in to comment.