$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] How to nest requirements
From: Bo Jensen (jensen.bo_at_[hidden])
Date: 2011-03-19 09:22:33
I guess this is a very easy question, but I have not found a solution :
I have external libraries I will include, but names and paths are
depend on platform and OS, so I would like to to something like :
<address-model>32:<target-os>linux>:<library>mylibrary1.a
<address-model>64:<target-os>linux>:<library>mylibrary2.a
What is the correct syntax ?