diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-09-26 15:10:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-09-26 15:10:05 +0200 |
commit | f5039a912694bcdb64ec36beffeed02c48555d91 (patch) | |
tree | ecec53f3a2d375d71bf309cabca72d0d9c57a028 | |
parent | 1eaee4b8d6b83e59f10f4bd7319c3b24fb29f722 (diff) |
Work around issue with sanitizers messing up rpath
-rw-r--r-- | build/root.build | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build/root.build b/build/root.build index 122be6a..5bb99dc 100644 --- a/build/root.build +++ b/build/root.build @@ -1,6 +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 +if ($build.mode != 'skeleton') + using bash |