diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-09-26 15:09:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-09-26 15:09:28 +0200 |
commit | a385aea242734645d1683861fd5573bcec22a365 (patch) | |
tree | 08e3ad1155a27e59e415db658a1fbe1232fb69e9 /build | |
parent | 5a09d4da14caa6600e0f3dbad41814fa4d8bf172 (diff) |
Work around issue with sanitizers messing up rpath
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/build/root.build b/build/root.build index 1cc51ca..5bb99dc 100644 --- a/build/root.build +++ b/build/root.build @@ -1,8 +1,7 @@ # file : build/root.build # license : MIT; see accompanying LICENSE file -# Bash. +# Work around issue with sanitizers messing up rpath (see issue #1219). # -using bash - -bpkg-util/bash{*}: install.subdirs = true +if ($build.mode != 'skeleton') + using bash |