We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3863950 commit ec74bb0Copy full SHA for ec74bb0
config.py
@@ -1,5 +1,5 @@
1
def can_build(env, platform):
2
- return (platform == "windows" and env["use_mingw"]) or platform == "linux" or platform == "macos"
+ return not (platform == "windows" and not env["use_mingw"])
3
4
5
def configure(env):
0 commit comments