diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-24 11:02:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-24 11:02:59 +0200 |
commit | 3907313f934ca3673f6edbd0989d46fb889c2330 (patch) | |
tree | b1b006544b65c084445d87dd35f80b5e9518bc72 /buildfile | |
parent | 59e05349ae7f88d1891e454914a7a2d7ac01023d (diff) |
Remove workaround for mxx{} installation now that build2 supports this
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -82,7 +82,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 @@ -93,8 +93,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/ |