Skip to content
Commit 594ca3f1 authored by Frederik Rietdijk's avatar Frederik Rietdijk Committed by Frederik Rietdijk
Browse files

ccache.links: make it a function of unwrappedCC

That way we can use a ccacheStdenv with e.g. a different CC:

stdenv = overrideCC gcc8Stdenv (ccacheWrapper.override { unwrappedCC
= gcc8Stdenv.cc.cc; });
parent 2d576988
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment