Skip to content

Commit 553d5c5

Browse files
committed
🚑 Use shell=True for Windows NT
1 parent 1c219fe commit 553d5c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/xmake_python/xmake.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def run(self, commands, check: bool = True):
4444
check=check,
4545
text=True,
4646
capture_output=(not check),
47+
shell=(os.name == "nt"),
4748
)
4849
if not check:
4950
print(process.stdout, end="")

0 commit comments

Comments
 (0)