commit 12a289c1dd3b171024f03b99bb26dab0323ff7b4 (tree)
parent 88f324ebe7a7fe088903ebaeb0c49f31c10ae9a6
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Fri, 13 Dec 2024 04:58:20 +0100
Compilation: Use a better canonical file extension for header files.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/Compilation.zig b/src/Compilation.zig
@@ -5916,9 +5916,9 @@ pub const FileExt = enum {
.cpp => ".cpp",
.cu => ".cu",
.h => ".h",
- .hpp => ".h",
- .hm => ".h",
- .hmm => ".h",
+ .hpp => ".hpp",
+ .hm => ".hm",
+ .hmm => ".hmm",
.m => ".m",
.mm => ".mm",
.ll => ".ll",