From 535c13aa4c6e623a25263887abcf7485b070a020 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 5 Jan 2018 15:15:27 +0200 Subject: Use cxx. instead of cc. for module_name --- libstd-modules/buildfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libstd-modules/buildfile b/libstd-modules/buildfile index a04d103..ce661cc 100644 --- a/libstd-modules/buildfile +++ b/libstd-modules/buildfile @@ -83,10 +83,10 @@ else bmia{$regex}: mxx{std-regex} bmia{$core} bmia{$io} bmia{$threading}: mxx{std-threading} bmia{$core} - mxx{std-core}@./: cc.module_name = std.core - mxx{std-io}@./: cc.module_name = std.io - mxx{std-regex}@./: cc.module_name = std.regex - mxx{std-threading}@./: cc.module_name = std.threading + mxx{std-core}@./: cxx.module_name = std.core + mxx{std-io}@./: cxx.module_name = std.io + mxx{std-regex}@./: cxx.module_name = std.regex + mxx{std-threading}@./: cxx.module_name = std.threading cxx.poptions =+ "-I$out_root" "-I$src_root" liba{std-modules}: cxx.export.poptions = "-I$out_root" "-I$src_root" -- cgit v1.1