Skip to content

Commit

Permalink
(#9227) mingw-w64:deprecate windows recipe in favor of mingw-builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier committed Feb 18, 2022
1 parent 921f907 commit ce2f6b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/mingw-w64/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class MingwConan(ConanFile):
options = {"threads": ["posix", "win32"], "exception": ["seh", "sjlj"], "gcc": ["10.3.0"]}
default_options = {"threads": "posix", "exception": "seh", "gcc": "10.3.0"}
no_copy_source = True

deprecated = "mingw-builds"

@property
def _settings_build(self):
Expand Down

0 comments on commit ce2f6b8

Please sign in to comment.