fontconfig fc-cache program needs to be executed with correct environment
on install
This commit is contained in:
parent
65018b4a46
commit
2eb26602ff
|
@ -10,4 +10,4 @@ ComplexProgramTarget(fc-cache)
|
||||||
LinkBuildBinary(ProgramTargetName(fc-cache))
|
LinkBuildBinary(ProgramTargetName(fc-cache))
|
||||||
|
|
||||||
install::
|
install::
|
||||||
FC_DEBUG=128 FONTCONFIG_PATH=.. ./fc-cache -v
|
FC_DEBUG=128 $(FCCACHE) -v
|
||||||
|
|
Loading…
Reference in New Issue