add --runtimeconfig to known opts
This commit is contained in:
parent
34d2445916
commit
1f5116addf
1 changed files with 1 additions and 0 deletions
|
@ -248,6 +248,7 @@ int fx_muxer_t::parse_args_and_execute(const pal::string_t& own_dir, int argoff,
|
||||||
if (exec_mode)
|
if (exec_mode)
|
||||||
{
|
{
|
||||||
known_opts.push_back(_X("--depsfile"));
|
known_opts.push_back(_X("--depsfile"));
|
||||||
|
known_opts.push_back(_X("--runtimeconfig"));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Parse the known muxer arguments if any.
|
// Parse the known muxer arguments if any.
|
||||||
|
|
Loading…
Add table
Reference in a new issue