diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-10 18:20:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-10 18:20:11 +0200 |
commit | 7b675957ebb32f21a3e929d9e7315d3882e96d5a (patch) | |
tree | a3ffd7cb5a886829dad8d40e4bd773f2e890f671 | |
parent | bbf54adf46aa78e259f3c780b63654af658f9fcd (diff) |
Fix incorrect module name
-rw-r--r-- | libbutl/git.mxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/git.mxx b/libbutl/git.mxx index 36b8628..feeba95 100644 --- a/libbutl/git.mxx +++ b/libbutl/git.mxx @@ -15,7 +15,7 @@ // Other includes. #ifdef __cpp_modules -export module butl.curl; +export module butl.git; #ifdef __cpp_lib_modules import std.core; #endif |