boringssl: export GOCACHE in the makeFlags
This commit is contained in:
parent
f10522dab0
commit
b39fc3a0bc
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
enableParallelBuilding = true;
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||
|
||||
GOCACHE="$TMPDIR/go-cache";
|
||||
makeFlags = [ "GOCACHE=$(TMPDIR)/go-cache" ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin $out/include $out/lib
|
||||
|
Loading…
Reference in New Issue
Block a user