mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
put /usr/include on include search path
This commit is contained in:
parent
74f458b674
commit
9e9410d1bb
@ -425,6 +425,8 @@ main(int argc, char *argv[]) {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
parser._system_include_path.append_directory("/usr/include");
|
||||
|
||||
output_code_filename.set_text();
|
||||
output_data_filename.set_text();
|
||||
output_data_basename = output_data_filename.get_basename();
|
||||
|
Loading…
x
Reference in New Issue
Block a user