Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #381 from Artess999/develop
Browse files Browse the repository at this point in the history
conan: fix missed mimalloc-redirect.dll
  • Loading branch information
Hammie authored Jul 2, 2022
2 parents 119847a + 7d395a7 commit 15be3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def imports(self):
if self.options.steam:
self.__install_lib("steam_api64.dll")

self.__install_lib("mimalloc-redirect.dll")
self.__install_bin("mimalloc-redirect.dll")
if self.settings.build_type == "Debug":
self.__install_bin("mimalloc-debug.dll")
else:
Expand Down

0 comments on commit 15be3df

Please sign in to comment.