From 54aa02f0f4b84f4b0fa61e9c3d23a24c13233c41 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Wed, 19 Feb 2020 20:41:09 -0800 Subject: [PATCH] BLah blah blAH --- bin/4ed_build.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/4ed_build.cpp b/bin/4ed_build.cpp index a69e49f5..1a861639 100644 --- a/bin/4ed_build.cpp +++ b/bin/4ed_build.cpp @@ -374,6 +374,7 @@ build(Arena *arena, u32 flags, u32 arch, char *code_path, char **code_files, cha fm_finish_build_line(&line); 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); fm_popdir(temp); }