mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 01:52:30 +00:00
fix(build): link mem properly
This commit is contained in:
parent
462eadcec5
commit
c1e81d4bff
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ pub fn build(b: *std.Build) void {
|
||||||
// Add system detection defines
|
// Add system detection defines
|
||||||
system.add_defines(bc_test_exe);
|
system.add_defines(bc_test_exe);
|
||||||
|
|
||||||
bc_test_exe.linkLibrary(mem);
|
bc_test_exe.linkLibrary(mem.artifact("mem"));
|
||||||
bc_test_exe.linkLibrary(bc);
|
bc_test_exe.linkLibrary(bc);
|
||||||
|
|
||||||
bc_test_exe.addIncludePath(b.path("."));
|
bc_test_exe.addIncludePath(b.path("."));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue