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