$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] [EXTERNAL] cflags not being inherited
From: Thomas Suckow (thomas.suckow_at_[hidden])
Date: 2014-02-12 15:37:12
On 02/12/2014 12:32 PM, Belcourt, Kenneth wrote:
>
> project : requirements <link>shared ;
>
> should do it.
>
> -- Noel
>
That is probably what you want. But for future reference, I am assuming
you are compiling c++, you would use <cxxflags> instead of <cflags>.
A la:
<cxxflags>-std=gnu++0x
-
Thomas