It would be nice if I could put my OMake cache into a folder in ~/Library/Caches using the .omakerc file. Alas, the only way to do that seems to be the OMAKEFLAGS environment variable. Which is a bit of a pain.
To be honest, I could make a case for why making --forcedotomake the default with a location for the cache that makes sense on the host platform would be an improvement, but it would be good if that could be done with .omakerc.
It would be nice if I could put my OMake cache into a folder in
~/Library/Cachesusing the.omakercfile. Alas, the only way to do that seems to be theOMAKEFLAGSenvironment variable. Which is a bit of a pain.To be honest, I could make a case for why making
--forcedotomakethe default with a location for the cache that makes sense on the host platform would be an improvement, but it would be good if that could be done with.omakerc.