Skip to content

Commit

Permalink
(#9391) Libsodium MSVC bugfix for #8957
Browse files Browse the repository at this point in the history
* VS 2022 compatibility

* Update recipes/libsodium/all/conanfile.py

Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com>

* revert vs2022 folder lookup

Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com>
  • Loading branch information
willadsen and SpaceIm committed Feb 17, 2022
1 parent f470feb commit 921f907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libsodium/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def _msvc_sln_folder(self):
"191": "vs2017",
"192": "vs2019",
}
folder.get(str(self.settings.compiler.version))
return folder.get(str(self.settings.compiler.version))

def _build_msvc(self):
msvc_sln_folder = self._msvc_sln_folder or "vs2019"
Expand Down

0 comments on commit 921f907

Please sign in to comment.