Skip to content

Commit 1d0c74f

Browse files
committed
Insert space to make two stage howto work.
1 parent ca77402 commit 1d0c74f

File tree

1 file changed

+1
-1
lines changed
  • how_to/010_nob_two_stage

1 file changed

+1
-1
lines changed

how_to/010_nob_two_stage/nob.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ int main(int argc, char **argv)
3333
const char *input_path = SRC_BUILD_FOLDER"nob_configed.c";
3434
nob_cc(&cmd);
3535
nob_cc_flags(&cmd);
36-
nob_cmd_append(&cmd, "-I.", "-I"BUILD_FOLDER, "-I"SRC_BUILD_FOLDER); // -I is usually the same across all compilers
36+
nob_cmd_append(&cmd, "-I.", "-I" BUILD_FOLDER, "-I" SRC_BUILD_FOLDER); // -I is usually the same across all compilers
3737
nob_cc_output(&cmd, output_path);
3838
nob_cc_inputs(&cmd, input_path);
3939
if (!cmd_run_sync_and_reset(&cmd)) return 1;

0 commit comments

Comments
 (0)