chore(build): remove mem dependency, use bc for allocation behavior now

This commit is contained in:
phaneron 2024-09-04 09:15:08 -04:00
parent 7adbe074cb
commit 1a8bf67452
6 changed files with 3 additions and 17 deletions

View file

@ -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"));