btest icon indicating copy to clipboard operation
btest copied to clipboard

Support ?= in [environment] section

Open awelzel opened this issue 1 year ago • 0 comments

In this PR I've used the following pattern to allow users to override an environment variable externally:

[environment]
HILTI_JIT_PARALLELISM=`bash -c 'echo ${HILTI_JIT_PARALLELISM:-1}'`

Would it make sense to support HILTI_JIT_PARALLELISM?=1 similar to the Makefile style? For "tweakable" environment variables?

awelzel avatar Jul 10 '24 08:07 awelzel