build: remove currently-unused basisu dependency
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
e8b95d5076
commit
51f5721f8b
2 changed files with 0 additions and 8 deletions
|
|
@ -82,10 +82,6 @@ pub fn build(b: *std.Build) !void {
|
|||
if (target.result.os.tag == .linux) module.link_libc = true;
|
||||
|
||||
if (target.result.cpu.arch != .wasm32) {
|
||||
if (b.lazyDependency("mach_basisu", .{
|
||||
.target = target,
|
||||
.optimize = optimize,
|
||||
})) |dep| module.addImport("mach-basisu", dep.module("mach-basisu"));
|
||||
if (b.lazyDependency("mach_freetype", .{
|
||||
.target = target,
|
||||
.optimize = optimize,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue