From b078f795f9028017e80602d16ba3426b573146ba Mon Sep 17 00:00:00 2001 From: vadym Date: Mon, 16 May 2022 13:30:46 +0300 Subject: [PATCH] 1. path fix --- yggdrasil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yggdrasil/Makefile b/yggdrasil/Makefile index cd09265..c7cd400 100644 --- a/yggdrasil/Makefile +++ b/yggdrasil/Makefile @@ -1,5 +1,5 @@ all: - cd yggdrasil-go && \ + cd yggdrasil && \ ANDROID=true ./contrib/mobile/build mv -f yggdrasil/yggdrasil.aar yggdrasil.aar; mv -f yggdrasil/yggdrasil-sources.jar yggdrasil-sources.jar;