nimble
nimble copied to clipboard
Allow checking if a flag is defined in the '.nimble' file.
Currently checking for the presence of a flag in the '.nimble' file:
when defined(foo):
echo "foo is defined"
does not work when nimble
is invoked with that flag:
> nimble build -d:foo
It should print "foo is defined".
This should now be supported. Can you please verify?
This should now be supported. Can you please verify?
Doesn't seem to work for me.