From d0e4c83fb989d5c1c44251231c6880dcd611f0e0 Mon Sep 17 00:00:00 2001 From: "e.khramov" Date: Thu, 27 Oct 2022 12:03:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=81=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admc/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admc/lure.sh b/admc/lure.sh index b3743a7..70a4ec3 100644 --- a/admc/lure.sh +++ b/admc/lure.sh @@ -20,7 +20,7 @@ mkdir build } build() { -cd "${srcdir}/build" +cd "${srcdir}/${name}/build" cmake .. make -j12 }