diff options
author | rtk0c <[email protected]> | 2022-05-29 22:04:13 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-05-29 22:04:13 -0700 |
commit | cdd84f25ab1d2a57ee5c7b4c954e35a8d7e2dca3 (patch) | |
tree | 5c0f502279a5077a671d09572a708cb1a29357f2 /buildtools/codegen/main.cpp | |
parent | 6f29abe5571eb68207986bdadb97b207264ac958 (diff) |
Changeset: 50 Fix buildsystem mistakes in changeset 49, add debug print option
Diffstat (limited to 'buildtools/codegen/main.cpp')
-rw-r--r-- | buildtools/codegen/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/codegen/main.cpp b/buildtools/codegen/main.cpp index e759c31..298f19e 100644 --- a/buildtools/codegen/main.cpp +++ b/buildtools/codegen/main.cpp @@ -674,7 +674,7 @@ where <output path>: the directory to write generated contents to. This will N } const char* outputDir = argv[1]; - DEBUG_PRINTF("Outputting to directory %s.\n", outputDirPath); + DEBUG_PRINTF("Outputting to directory %s.\n", outputDir); { char path[2048]; |