Skip to content

Commit

Permalink
(conan-io#9227) mingw-w64:deprecate windows recipe in favor of mingw-…
Browse files Browse the repository at this point in the history
…builds
  • Loading branch information
ericLemanissier authored and SSE4 committed Feb 21, 2022
1 parent 3b53020 commit 1341a8b
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 1341a8b

Please sign in to comment.