$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Is this the correct syntax and intent of the code? (cross-build fix to jam file)
From: Kuhl, Brian (brian.kuhl_at_[hidden])
Date: 2016-01-07 13:21:29
Hi,
In libs/interprocess/example/Jamfile.v2 and libs/interprocess/test/Jamfile.v2
I've changed 3 instances of
<host-os>linux:<linkflags>"-lrt"
to
<target-os>linux:<linkflags>"-lrt"
Which fixes my VxWorks cross-build of interprocess.
But I'd like to confirm that the change makes sense generally before I add it to what will eventually become my pull request.
Thanks
Brian Kuhl
Manager, Technical Content Engineering
Wind River