From 243da3993c138d33063f633aa3996a8a710ea396 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 15 Jul 2015 14:44:15 +0200 Subject: Implement project-qualified names/prerequisites, two-stage import --- build/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/buildfile') diff --git a/build/buildfile b/build/buildfile index 7885c1d..5a5f9fe 100644 --- a/build/buildfile +++ b/build/buildfile @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -import libs += libbutl +import libs += libbutl%lib{butl} config = config/{operation module utility} bin = bin/{target rule module} -- cgit v1.1