mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Fixed issue #385.
This commit is contained in:
parent
8da183a2f1
commit
1deb6a2e9d
1 changed files with 1 additions and 1 deletions
|
@ -640,7 +640,7 @@ void help(const char* _error = NULL)
|
|||
" -i <include path> Include path (for multiple paths use semicolon).\n"
|
||||
" -o <file path> Output file path.\n"
|
||||
" --bin2c <file path> Generate C header file.\n"
|
||||
" --depends <file path> Generate makefile style depends file.\n"
|
||||
" --depends Generate makefile style depends file.\n"
|
||||
" --platform <platform> Target platform.\n"
|
||||
" android\n"
|
||||
" asm.js\n"
|
||||
|
|
Loading…
Reference in a new issue