mirror of
https://github.com/audacity/conan-recipes.git
synced 2025-12-15 19:48:51 -06:00
Fixes WavPack recipe
This commit is contained in:
parent
b18e43243e
commit
6f1b3ee64a
@ -39,7 +39,7 @@ class WavPackConan(ConanFile):
|
||||
|
||||
def source(self):
|
||||
tools.get(**self.conan_data["sources"][self.version])
|
||||
extracted_dir = "wavpack-" + self.version
|
||||
extracted_dir = "WavPack-" + self.version
|
||||
tools.rename(extracted_dir, self._source_subfolder)
|
||||
|
||||
def _configure_cmake(self):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user