gpu-dawn: move mach-glfw cloning to CI script for now
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
8035e30ad8
commit
c0901d4006
3 changed files with 6 additions and 6 deletions
|
|
@ -7,12 +7,6 @@ pub fn build(b: *Builder) void {
|
|||
const mode = b.standardReleaseOptions();
|
||||
const target = b.standardTargetOptions(.{});
|
||||
|
||||
// TODO(build-system): remove dependency on GLFW (Dawn no longer requires it / we can
|
||||
// eliminate it.)
|
||||
if (!dirExists("libs/mach-glfw")) {
|
||||
try gitClone(b.allocator, "https://github.com/hexops/mach-glfw", "libs/mach-glfw");
|
||||
}
|
||||
|
||||
const lib = b.addStaticLibrary("gpu", "src/main.zig");
|
||||
lib.setBuildMode(mode);
|
||||
lib.setTarget(target);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue