mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
chore(build): remove mem dependency, use bc for allocation behavior now
This commit is contained in:
parent
7adbe074cb
commit
1a8bf67452
6 changed files with 3 additions and 17 deletions
|
|
@ -19,10 +19,7 @@ pub fn build(b: *std.Build) void {
|
|||
system.add_defines(storm);
|
||||
|
||||
// Get dependencies
|
||||
const mem = b.dependency("mem", .{});
|
||||
const bc = b.dependency("bc", .{});
|
||||
// Publicly link mem
|
||||
storm.linkLibrary(mem.artifact("mem"));
|
||||
// Link bc
|
||||
storm.linkLibrary(bc.artifact("bc"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue