I'm trying to compile fontconfig and redefine the value FONTCONFIG_FILE allowing to change the fonts.conf path. It is possible by defining the CFLAGS with -DFONTCONFIG_FILE, but i dont find the correct way to write it. Indeed i tried many combination, but none of them works. CFLAGS= -DFONTCONFIG_FILE='"/path_to/fonts.conf"', i tried by adding '\' before each quotes but nothing works i never get: gcc -DFONTCONFIG_FILE='"/path_to/fonts.conf"'
Can someone help on how i can give this define in the CFLAGS to be handled and used by the compiler? BR.