mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -04:00
interrogate: write out OS-generic filenames in #include directives
Fixes #386
This commit is contained in:
parent
3417b9df09
commit
8b3cc74cad
@ -516,7 +516,7 @@ main(int argc, char **argv) {
|
||||
cerr << "Error parsing file: '" << argv[i] << "'\n";
|
||||
exit(1);
|
||||
}
|
||||
builder.add_source_file(filename);
|
||||
builder.add_source_file(filename.to_os_generic());
|
||||
}
|
||||
|
||||
// Now that we've parsed all the source code, change the way things are
|
||||
|
Loading…
x
Reference in New Issue
Block a user