Skip to content

Commit

Permalink
chore(runtime): fix build.rs (2) (denoland#18113)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Mar 10, 2023
1 parent 553fc5e commit fc6edac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ mod startup_snapshot {
{
use deno_core::ExtensionFileSourceCode;
maybe_additional_extension = Some(
Extension::builder_with_deps("runtime_main", vec!["runtime"])
Extension::builder_with_deps("runtime_main", &["runtime"])
.esm(vec![ExtensionFileSource {
specifier: "js/99_main.js".to_string(),
code: ExtensionFileSourceCode::IncludedInBinary(include_str!(
Expand Down

0 comments on commit fc6edac

Please sign in to comment.