From ffb5f7a4e1d5d4ac488058ca3ec3c0805587fe44 Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Thu, 17 Dec 2020 16:37:57 +0000 Subject: refactor: Rename runtime/rt to runtime/js (#8806) --- runtime/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/build.rs') diff --git a/runtime/build.rs b/runtime/build.rs index 78f17f61f..ca4a77c31 100644 --- a/runtime/build.rs +++ b/runtime/build.rs @@ -62,7 +62,7 @@ fn main() { // Main snapshot let runtime_snapshot_path = o.join("CLI_SNAPSHOT.bin"); - let js_files = get_js_files("rt"); + let js_files = get_js_files("js"); create_runtime_snapshot(&runtime_snapshot_path, js_files); } -- cgit v1.2.3