Skip to content

Commit

Permalink
Update recipes/mfast/all/conanfile.py
Browse files Browse the repository at this point in the history
Co-authored-by: Uilian Ries <[email protected]>
  • Loading branch information
tarc and uilianries authored Jun 26, 2020
1 parent 66cdd5b commit ea0efa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/mfast/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def _configure_cmake(self):

def source(self):
tools.get(**self.conan_data["sources"][self.version])
os.rename(self.Name + "-" + self.version, self._source_subfolder)
os.rename("mFAST-" + self.version, self._source_subfolder)

def config_options(self):
if self.settings.os == "Windows":
Expand Down

0 comments on commit ea0efa2

Please sign in to comment.