aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-08-24 11:02:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-08-24 15:52:55 +0200
commitf9d56f1841fb2b7842a39404ac6389ffb9a2810c (patch)
tree6cb3fdf8800ac82f3c7e39d6771c77fd76785461
parent51d7278e19a0346f8c807ef6cb48eee8311b53d9 (diff)
Remove workaround for mxx{} installation now that build2 supports this
-rw-r--r--buildfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/buildfile b/buildfile
index 4e098b2..9f24846 100644
--- a/buildfile
+++ b/buildfile
@@ -77,7 +77,7 @@ else
if ($cxx.target.class == 'linux' || $cxx.target.class == 'bsd')
cxx.coptions += -fPIC
- # Clang 5.0 with libc++ (sometimes) needs it -- go figure.
+ # Clang with libc++ (sometimes) needs it -- go figure.
#
if ($cxx.target.class != "windows")
cxx.libs += -lpthread
@@ -88,8 +88,6 @@ else
mxx{std-core}@./: cc.module_name = std.core
mxx{std-io}@./: cc.module_name = std.io
- ./: mxx{std-core std-io} # @@ install
-
# Install into the libstd-modules/ subdirectory of, say, /usr/include/.
#
mxx{*}: install = include/$project/