Making more flexible
This commit is contained in:
parent
a6e2f881af
commit
0bdbdcbcf7
|
@ -12,11 +12,10 @@ task('bhl_clean_cache', function()
|
|||
bhl_clean_cache();
|
||||
});
|
||||
|
||||
function bhl_build_dll()
|
||||
function bhl_build_dll($mcs_bin)
|
||||
{
|
||||
global $GAME_ROOT;
|
||||
|
||||
$mcs_bin = mono_mcs_bin();
|
||||
$dll_file = "$GAME_ROOT/unity/Assets/Plugins/game_bhl.dll";
|
||||
|
||||
bhl_shell_ensure("build_back_dll $mcs_bin $dll_file " . (is_dev() ? '-debug' : ''));
|
||||
|
|
Loading…
Reference in New Issue