From: David Given Date: Thu, 29 Dec 2016 17:11:07 +0000 (+0000) Subject: Build the B compiler and standard library (also the Basic one, which was X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a43258fe9d2668e524f55dd7f0a6b768ce41e005;p=ack.git Build the B compiler and standard library (also the Basic one, which was missing). --- diff --git a/plat/build.lua b/plat/build.lua index a8d1684bb..dc0821f26 100644 --- a/plat/build.lua +++ b/plat/build.lua @@ -15,6 +15,8 @@ definerule("ackfile", name = e.name, srcs = e.srcs, deps = { + "lang/b/compiler+pkg", + "lang/basic/src+pkg", "lang/cem/cemcom.ansi+pkg", "lang/cem/cpp.ansi+pkg", "lang/m2/comp+pkg", @@ -100,6 +102,7 @@ definerule("build_plat_libs", return installable { name = e.name, map = { + "lang/b/lib+pkg_"..e.plat, "lang/basic/lib+pkg_"..e.plat, "lang/cem/libcc.ansi+pkg_"..e.plat, "lang/m2/libm2+pkg_"..e.plat,