el-get
el-get copied to clipboard
:build/<system-type> nil doesn't override non-nil :build
It's possible to use :build/<system-type> (progn nil) as a workaround.
Actually, I think the current behaviour is useful (because you can say :build/<system-type> nil to fall back to the normal :build and :build/<system-type> (progn nil) to have no build step at all), but the documentation should reflect it.