From edcadc1a0ce14f04c310fdc173e7d1c7e8dbde51 Mon Sep 17 00:00:00 2001 From: Ugljesa Jovanovic Date: Fri, 23 Oct 2020 13:10:08 +0200 Subject: [PATCH] Windows runner uses konan that lives in systemprofile --- sodiumWrapper/configureMingw64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sodiumWrapper/configureMingw64.sh b/sodiumWrapper/configureMingw64.sh index d39417c..ce70b05 100755 --- a/sodiumWrapper/configureMingw64.sh +++ b/sodiumWrapper/configureMingw64.sh @@ -2,7 +2,7 @@ ## and then borrowed and slightly modified from https://github.com/datkt/sodium/configure ## borrowed from https://github.com/sodium-friends/sodium-native/blob/master/configure PREFIX="${PREFIX:-$PWD/static-mingw-x86-64}" -KONAN="${KONAN:-$HOME/.konan}" +KONAN="C:/Windows/System32/config/systemprofile/.konan" ARCH=${ARCH:-$(uname -m)} echo $PREFIX echo $KONAN