Skip to content

Commit

Permalink
Merge pull request #309 from lightpanda-io/update_deps
Browse files Browse the repository at this point in the history
update zig-js-runtime
  • Loading branch information
francisbouvier authored Nov 26, 2024
2 parents 4b90b70 + 7dbb55d commit 8f7a8c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub fn build(b: *std.Build) !void {
const target = b.standardTargetOptions(.{});
const mode = b.standardOptimizeOption(.{});

const options = try jsruntime.buildOptions(b);
const options = jsruntime.buildOptions(b);

// browser
// -------
Expand Down
2 changes: 1 addition & 1 deletion vendor/zig-js-runtime

0 comments on commit 8f7a8c0

Please sign in to comment.