Is it possible to get a location of nimcache folder at compile time?
compileOption("nimcache")
doesn't seem to work
Thanks
Old thread but wanted to post a solution because this thread turned up first in my searches. This worked for me:
import std/compilesettings
const nimcache = querySetting(SingleValueSetting.nimcacheDir)