From 7fb84c549f350210f9fe592cdd6fb5190734c473 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 2 Aug 2017 18:39:29 +0200 Subject: Fix issue with installing module interface units --- buildfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildfile b/buildfile index 09e059e..9351b33 100644 --- a/buildfile +++ b/buildfile @@ -82,6 +82,8 @@ 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/ -- cgit v1.1