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 1c219fe commit 553d5c5Copy full SHA for 553d5c5
1 file changed
src/xmake_python/xmake.py
@@ -44,6 +44,7 @@ def run(self, commands, check: bool = True):
44
check=check,
45
text=True,
46
capture_output=(not check),
47
+ shell=(os.name == "nt"),
48
)
49
if not check:
50
print(process.stdout, end="")
0 commit comments