From: bones_was_here Date: Mon, 25 Dec 2023 16:05:47 +0000 (+1000) Subject: Fix libd0 autobuild X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8b937b4d9ee33a9e048759d8928d417a1fd7334e;p=xonotic%2Fxonotic.git Fix libd0 autobuild --- diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index 28bed3b4..b46ec5db 100644 --- a/misc/tools/all/release.subr +++ b/misc/tools/all/release.subr @@ -289,7 +289,7 @@ case "$cmd" in --host="$host" \ --prefix="$d0/misc/builddeps/$arch/d0_blind_id" verbose make clean - verbose make "$makeflags" + verbose eval make "$makeflags" verbose make install ) ;;