diff options
Diffstat (limited to 'fc-cache')
-rw-r--r-- | fc-cache/Imakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fc-cache/Imakefile b/fc-cache/Imakefile index eb0d4d9..0280723 100644 --- a/fc-cache/Imakefile +++ b/fc-cache/Imakefile @@ -10,4 +10,4 @@ ComplexProgramTarget(fc-cache) LinkBuildBinary(ProgramTargetName(fc-cache)) install:: - FC_DEBUG=128 FONTCONFIG_PATH=.. ./fc-cache -v + FC_DEBUG=128 $(FCCACHE) -v |