diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-03-22 10:45:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-03-22 10:45:51 +0200 |
commit | f62b8809d827a0474284e75ad5724cf201ed83b1 (patch) | |
tree | d02997fa52b5b5b6d87c128d13c22a09a6cfc68d /libbuild2/bin | |
parent | 861c18230d1597c77bb1659b220dd6dfc564b8f2 (diff) |
Initial work on relocatable install: config.install.relocatable and rpath
Diffstat (limited to 'libbuild2/bin')
-rw-r--r-- | libbuild2/bin/init.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/bin/init.cxx b/libbuild2/bin/init.cxx index c5b58bb..1bdf6a6 100644 --- a/libbuild2/bin/init.cxx +++ b/libbuild2/bin/init.cxx @@ -79,6 +79,9 @@ namespace build2 // example, addition of rpaths for prerequisite libraries (see the cc // module for an example). Default is true. // + // Note also that a rule may need to make rpath relative if + // install.relocatable is true. + // vp.insert<dir_paths> ("config.bin.rpath"); vp.insert<bool> ("config.bin.rpath.auto"); |