We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca77402 commit 1d0c74fCopy full SHA for 1d0c74f
how_to/010_nob_two_stage/nob.c
@@ -33,7 +33,7 @@ int main(int argc, char **argv)
33
const char *input_path = SRC_BUILD_FOLDER"nob_configed.c";
34
nob_cc(&cmd);
35
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
+ nob_cmd_append(&cmd, "-I.", "-I" BUILD_FOLDER, "-I" SRC_BUILD_FOLDER); // -I is usually the same across all compilers
37
nob_cc_output(&cmd, output_path);
38
nob_cc_inputs(&cmd, input_path);
39
if (!cmd_run_sync_and_reset(&cmd)) return 1;
0 commit comments