aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-01-05 15:15:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-01-05 15:15:27 +0200
commit535c13aa4c6e623a25263887abcf7485b070a020 (patch)
treed43932eb9728ace92af50f65899c6e6e34d42a87
parent0c9be3492eb2a6d9ecab219ef3110d4c3fd93202 (diff)
Use cxx. instead of cc. for module_name
-rw-r--r--libstd-modules/buildfile8
1 files 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"