Page 1 of 1

Build variables

Posted: Tue Dec 27, 2016 6:52 pm
by acrap
Where can i find build variables in codelite?
I don't know why, but environment variables don't work for me.

I've tried to add variable to environment variables:
build_dir=Build

And i've tried to use this in custom target:
cd $(build_dir)

But it doesn't work for me. If i change command to echo $(build_dir) i just see $(build_dir) in output.
Also, i've tried to use brackets {} instead (). It still doesn't work.
Anybody can help me?

Re: Build variables

Posted: Mon Jan 02, 2017 11:07 am
by eranif
Can you provide an example workspace with this setup? so I can debug it here?