From 0bdbdcbcf779596f69c5d9231849a74bf784726f Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Wed, 18 May 2022 12:46:51 +0300 Subject: [PATCH] Making more flexible --- bhl.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bhl.inc.php b/bhl.inc.php index 6cb997a..868da20 100644 --- a/bhl.inc.php +++ b/bhl.inc.php @@ -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' : ''));