Windows runner uses konan that lives in systemprofile

This commit is contained in:
Ugljesa Jovanovic 2020-10-23 13:10:08 +02:00
parent 236e3927dc
commit edcadc1a0c
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F

View File

@ -2,7 +2,7 @@
## and then borrowed and slightly modified from https://github.com/datkt/sodium/configure ## 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 ## borrowed from https://github.com/sodium-friends/sodium-native/blob/master/configure
PREFIX="${PREFIX:-$PWD/static-mingw-x86-64}" PREFIX="${PREFIX:-$PWD/static-mingw-x86-64}"
KONAN="${KONAN:-$HOME/.konan}" KONAN="C:/Windows/System32/config/systemprofile/.konan"
ARCH=${ARCH:-$(uname -m)} ARCH=${ARCH:-$(uname -m)}
echo $PREFIX echo $PREFIX
echo $KONAN echo $KONAN