Windows runner uses konan that lives in systemprofile
This commit is contained in:
parent
236e3927dc
commit
edcadc1a0c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user