mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
wpt: rename file into main and create make wpt
This commit is contained in:
@@ -79,7 +79,7 @@ pub fn build(b: *std.build.Builder) !void {
|
||||
// compile and install
|
||||
const wpt = b.addExecutable(.{
|
||||
.name = "browsercore-wpt",
|
||||
.root_source_file = .{ .path = "src/run_wpt.zig" },
|
||||
.root_source_file = .{ .path = "src/main_wpt.zig" },
|
||||
.target = target,
|
||||
.optimize = mode,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user