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 7e5ba4b commit ff1a0c4Copy full SHA for ff1a0c4
src/cmake/__init__.py
@@ -39,7 +39,7 @@
39
40
41
def _program(name, args):
42
- return subprocess.call([os.path.join(CMAKE_BIN_DIR, name)] + args)
+ return subprocess.call([os.path.join(CMAKE_BIN_DIR, name)] + args, close_fds=False)
43
44
45
def cmake():
0 commit comments