mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
compilation issue
This commit is contained in:
parent
78abcf23e7
commit
85e983dbb1
@ -90,7 +90,7 @@ main(int argc, char **argv) {
|
||||
break;
|
||||
|
||||
case 'b':
|
||||
binary_output_filename = Filename::binary_filename(optarg);
|
||||
binary_output_filename = Filename::binary_filename(string(optarg));
|
||||
break;
|
||||
|
||||
case 'q':
|
||||
|
Loading…
x
Reference in New Issue
Block a user