From 3f8efe5289d88097ab49e7a8fcda763c2823376b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 23 Jul 2024 01:01:31 +0100 Subject: Revert "chore: move all node-api impl to ext (#24662)" (#24680) This reverts commit d00fbd70258a77a267fe20bdd2c4a028c799b693. Reverting because, it caused a failure during v1.45.3 publish: https://github.com/denoland/deno/actions/runs/10048730693/job/27773718095 --- cli/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/build.rs') diff --git a/cli/build.rs b/cli/build.rs index ecfc19dc0..f131bc1dc 100644 --- a/cli/build.rs +++ b/cli/build.rs @@ -396,7 +396,7 @@ fn main() { } os => format!("generated_symbol_exports_list_{}.def", os), }; - let symbols_path = std::path::Path::new("../ext/napi") + let symbols_path = std::path::Path::new("napi") .join(symbols_file_name) .canonicalize() .expect( -- cgit v1.2.3