blob: 5bb99dc0f6dd79b9318159960b49f05257d505fe (
plain)
1
2
3
4
5
6
7
|
# file : build/root.build
# license : MIT; see accompanying LICENSE file
# Work around issue with sanitizers messing up rpath (see issue #1219).
#
if ($build.mode != 'skeleton')
using bash
|