Skip to content

Commit

Permalink
Updates according the comments in review #2
Browse files Browse the repository at this point in the history
  • Loading branch information
redradist committed Jul 4, 2021
1 parent 2746861 commit 45b7d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/wasmtime/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def validate(self):
not (str(self.settings.arch) in self.conan_data["sources"][self.version][str(self.settings.os)] ) ):
raise ConanInvalidConfiguration("Binaries for this combination of architecture/version/os not available")

def build(self):
def source(self):
tools.get(**self.conan_data["sources"][self.version][str(self.settings.os)][str(self.settings.arch)], destination=self._source_subfolder, strip_root=True)

def package(self):
Expand Down

0 comments on commit 45b7d00

Please sign in to comment.