BLah blah blAH

master
Allen Webster 2020-02-19 20:41:09 -08:00
parent e3de45ce32
commit 54aa02f0f4
1 changed files with 1 additions and 0 deletions

View File

@ -374,6 +374,7 @@ build(Arena *arena, u32 flags, u32 arch, char *code_path, char **code_files, cha
fm_finish_build_line(&line); fm_finish_build_line(&line);
Temp_Dir temp = fm_pushdir(out_path); Temp_Dir temp = fm_pushdir(out_path);
printf("g++ %s -o %s", line.build_options, out_file);
systemf("g++ %s -o %s", line.build_options, out_file); systemf("g++ %s -o %s", line.build_options, out_file);
fm_popdir(temp); fm_popdir(temp);
} }