start creating a hash of input parameters

See #1416
This commit is contained in:
Andrew Kelley
2018-09-05 00:34:46 -04:00
parent 2d4b95900e
commit 97c9f61db4
5 changed files with 179 additions and 30 deletions

View File

@@ -461,7 +461,6 @@ int main(int argc, char **argv) {
g->root_package->package_table.put(buf_create_from_str("@build"), build_pkg);
codegen_build(g);
codegen_link(g, buf_ptr(path_to_build_exe));
codegen_destroy(g);
Termination term;
os_spawn_process(buf_ptr(path_to_build_exe), args, &term);