diff options
Diffstat (limited to 'tests/variable/buildfile')
-rw-r--r-- | tests/variable/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/variable/buildfile b/tests/variable/buildfile index 7fb5105..e9c0cf2 100644 --- a/tests/variable/buildfile +++ b/tests/variable/buildfile @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -import libs += libbutl%lib{butl} +import libs = libbutl%lib{butl} exe{driver}: cxx{driver} ../../bbot/lib{bbot} $libs test{testscript} |