let --preprocess include entire data/core
This commit is contained in:
parent
e3f1a8a434
commit
d706d59e5c
1 changed files with 1 additions and 1 deletions
|
@ -2010,7 +2010,7 @@ static int process_command_args(int argc, char** argv) {
|
|||
|
||||
// preprocess common macros first
|
||||
LOG_PREPROC<<"processing common macros...\n";
|
||||
preprocess_resource(game_config::path + "/data/core/macros/",&defines_map);
|
||||
preprocess_resource(game_config::path + "/data/core/",&defines_map);
|
||||
|
||||
LOG_PREPROC<<"processing target resource...\n";
|
||||
preprocess_resource(resourceToProcess, &defines_map, true,true, targetDir);
|
||||
|
|
Loading…
Add table
Reference in a new issue