Adding support for BHL_PROJ_FILE property

This commit is contained in:
Pavel Shevaev 2023-04-25 14:49:13 +03:00
parent 8febc2c08d
commit 41cef1cea4
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ function bhl_find_module($mod_id)
function bhl_proj_file()
{
return config_base_dir() . '/bhl.proj';
return getor('BHL_PROJ_FILE', config_base_dir() . '/bhl.proj');
}
function bhl_proj()