From 290ea7840c979e38a2108030a99e7e9c61f40a8c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 23 Nov 2017 11:43:02 +0200 Subject: Restructure and install std-detect.hxx We have to install this header since it needs to be included'able during module sidebuilds. --- build/export.build | 4 ++-- build/root.build | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'build') diff --git a/build/export.build b/build/export.build index 334181e..6f0347c 100644 --- a/build/export.build +++ b/build/export.build @@ -4,7 +4,7 @@ $out_root/: { - include buildfile + include libstd-modules/ } -export $($out_root/:export_target) +export $($out_root/libstd-modules/:export_target) diff --git a/build/root.build b/build/root.build index 9f670f8..4e7e989 100644 --- a/build/root.build +++ b/build/root.build @@ -9,5 +9,6 @@ using cxx if! $cxx.features.modules warn 'c++ compiler does not support modules' +hxx{*}: extension = hxx mxx{*}: extension = mxx cxx{*}: extension = cxx -- cgit v1.1