Include CMmake configuration stdio
Summary: Include error messages or other output for CMake generating the build for ninja Reviewed By: yungsters Differential Revision: D46884396 fbshipit-source-id: a31ae4dbdecd8833e62d8e3b8bf8dcaae9ba67e2
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d63f078fd4
commit
cd7390e093
@@ -175,7 +175,7 @@ function emcmakeGenerateTask() {
|
|||||||
];
|
];
|
||||||
logger.info(['emcmake', ...args].join(' '));
|
logger.info(['emcmake', ...args].join(' '));
|
||||||
|
|
||||||
return spawn(emcmake, args);
|
return spawn(emcmake, args, {stdio: 'inherit'});
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user