diff options
Diffstat (limited to 'tests/amalgam/test')
-rw-r--r-- | tests/amalgam/test/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/amalgam/test/buildfile b/tests/amalgam/test/buildfile index 3fadac3..5440dbf 100644 --- a/tests/amalgam/test/buildfile +++ b/tests/amalgam/test/buildfile @@ -3,6 +3,6 @@ using cxx hxx.ext = hxx cxx.ext = cxx -import libs += amalgam-libtest +import libs = amalgam-libtest%lib{test} exe{driver}: cxx{driver} $libs |