nimble icon indicating copy to clipboard operation
nimble copied to clipboard

Allow checking if a flag is defined in the '.nimble' file.

Open deech opened this issue 6 years ago • 2 comments

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".

deech avatar Jan 20 '19 16:01 deech

This should now be supported. Can you please verify?

genotrance avatar Sep 08 '20 02:09 genotrance

This should now be supported. Can you please verify?

Doesn't seem to work for me.

konsumlamm avatar Feb 10 '21 17:02 konsumlamm