mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
fix(build): typo in build.zig: Hashkey.cpp, not HashKey.cpp
This commit is contained in:
parent
9ae821e50d
commit
9cdfc106b3
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ pub fn build(b: *std.Build) void {
|
|||
"storm/big/BigStack.cpp",
|
||||
"storm/big/Ops.cpp",
|
||||
|
||||
"storm/hash/HashKey.cpp",
|
||||
"storm/hash/Hashkey.cpp",
|
||||
|
||||
"storm/queue/CSBasePriority.cpp",
|
||||
"storm/queue/CSBasePriorityQueue.cpp",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue