$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-02-14 03:23:50
Hi Jaroslav,
> Is there a way how I can set an environment variable from a Jamfile?
No, there is none. You can set environment variable in a specific action,
using the appropriate command, but not globally. Maybe, you can describe the
use case where it's necessary?
- Volodya