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
-
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-git
Brief problem description
path.glob-tree
seems 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-constant
causespath.glob-tree
to return rooted paths, so I had to write the rulemy-relative-path
to 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