aboutsummaryrefslogtreecommitdiff
path: root/bpkg/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-02-01 15:58:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-02-01 15:58:56 +0200
commitf123dd8476dc4678e5510008ca1f65162df67171 (patch)
treeb4722b72f846123d87f7a2bfe9dbc1c4be3f1762 /bpkg/buildfile
parentf1276d87c00e1b7736211c45bf63766142643383 (diff)
Temporarily disable linking of libbuild2 until resolve symbol clash
Diffstat (limited to 'bpkg/buildfile')
-rw-r--r--bpkg/buildfile10
1 files changed, 7 insertions, 3 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile
index cc9e7b5..928bd35 100644
--- a/bpkg/buildfile
+++ b/bpkg/buildfile
@@ -8,12 +8,16 @@
define xml: file
xml{*}: extension = xml
-import libs = build2%lib{build2}
+libs =
+
+# @@ TMP
+#
+#import libs = build2%lib{build2}
# NOTE: see also module loading in bpkg.cxx if adding anything here.
#
-for m: bin c cc cxx in version
- import libs += build2%lib{build2-$m}
+#for m: bin c cc cxx in version
+# import libs += build2%lib{build2-$m}
import libs += libbpkg%lib{bpkg}
import libs += libbutl%lib{butl}