mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
fix(build): fix zig build script
This commit is contained in:
parent
0e328943c6
commit
ed579eb6cd
2 changed files with 2 additions and 1 deletions
|
|
@ -127,6 +127,7 @@ pub fn build(b: *std.Build) void {
|
|||
system.add_defines(storm_test_exe);
|
||||
|
||||
storm_test_exe.linkLibrary(storm);
|
||||
storm_test_exe.addIncludePath(b.path("."));
|
||||
|
||||
storm_test_exe.addCSourceFiles(.{
|
||||
.files = &.{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue