Replies: 1 comment
-
It looks like what I want can be done with
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For reasons of getting a Windows build of another project to work, I want to build BOOST with copies of the header files in the boost/ directory rather than symbolic links. I have raised a feature issue here #423 .
I know how to get
b2
to do the copies; the patch needed is thisbut I don't know how to do this conditionally; ideally it would depend on a command-line option such as
./b2 nosymlinks
. Can anyone tell me how to do this ?Beta Was this translation helpful? Give feedback.
All reactions