diff options
Diffstat (limited to 'cli/BUILD.gn')
-rw-r--r-- | cli/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/BUILD.gn b/cli/BUILD.gn index dc11f3b0b..bfa3fe427 100644 --- a/cli/BUILD.gn +++ b/cli/BUILD.gn @@ -38,6 +38,7 @@ main_extern = [ "$rust_build:tokio_rustls", "$rust_build:tokio_threadpool", "$rust_build:url", + "$rust_build:utime", ] if (is_win) { main_extern += [ "$rust_build:winapi" ] @@ -105,6 +106,7 @@ ts_sources = [ "../js/url.ts", "../js/url_search_params.ts", "../js/util.ts", + "../js/utime.ts", "../js/window.ts", "../js/workers.ts", "../js/write_file.ts", |