$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Putting quotes around compiler option
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2017-05-06 18:19:53
AMDG
On 05/06/2017 12:14 PM, Edward Diener via Boost-build wrote:
> Is there any way I can force Boost Build to pass a compiler option with
> quotes ( " ) around the option when I specify the compiler option in a
> jam file ?
>
Jam parses quotes. You need to escape them with '\'.
In Christ,
Steven Watanabe