diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2024-12-13 04:58:20 +0100 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2024-12-13 06:48:35 +0100 |
| commit | 12a289c1dd3b171024f03b99bb26dab0323ff7b4 (patch) | |
| tree | a905916389a29275a39dfd31b7ea86cf901ad887 /src | |
| parent | 88f324ebe7a7fe088903ebaeb0c49f31c10ae9a6 (diff) | |
| download | zig-12a289c1dd3b171024f03b99bb26dab0323ff7b4.tar.gz zig-12a289c1dd3b171024f03b99bb26dab0323ff7b4.zip | |
Compilation: Use a better canonical file extension for header files.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Compilation.zig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Compilation.zig b/src/Compilation.zig index ffbf5dd487..fc044f0404 100644 --- 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", |
