Two questions on path.glob-tree behavior #432
gabrieldevillers
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have encountered the following issue: https://stackoverflow.com/questions/79284424/impossible-to-link-against-target-defined-in-another-jamfile-relative-sources-m
Environment and version details
B2 Version 4.10. OS=NT.;B2 4.10-gitBrief problem description
path.glob-treeseems to return paths that are relative to working directory, not the jamfile containing it. Is this intended ? If yes this should be documented I think.path-constantcausespath.glob-treeto return rooted paths, so I had to write the rulemy-relative-pathto get relative paths again. Is this normal (I guess it is because path-constant return an absolute path) ?2.1) Is there a built-in alternative to
my-relative-path?Beta Was this translation helpful? Give feedback.
All reactions