Using BASH environment variables in xCode build configuration
Is it possible to use BASH environment variables (exported from /etc/profile, for example) in xcode build settings?
Specifically, I am exporting a "BOOST_HOME" variable, and would like to referencing this variable in "User Header Search Path", but the obvious $BOOST_HOME doesn't seem to work?
Thanks,
Andrew
MacBook Pro, Mac OS X (10.4.10)