incorporate process.cc into build

master
Daniel Kolesa 2017-05-07 22:48:02 +02:00
parent f01992c952
commit de7225c8f6
2 changed files with 1 additions and 2 deletions

View File

@ -44,7 +44,7 @@ static strvec ASM_SOURCES = {
static fs::path CXX_SOURCE_DIR = "src";
static strvec CXX_SOURCES = {
"context_stack", "environ", "io", "concurrency"
"context_stack", "environ", "io", "concurrency", "process"
};
static fs::path TEST_DIR = "tests";

View File

@ -76,7 +76,6 @@ OSTD_EXPORT void split_args_impl(
int argc = 0;
wchar_t **pwargs = CommandLineToArgvW(wstr.get(), &argc);
guard.reset());
if (!pwargs) {
throw word_error{"command line parsing failed"};
}