diff options
Diffstat (limited to 'www/deno/files/patch-cli_build.rs')
-rw-r--r-- | www/deno/files/patch-cli_build.rs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/deno/files/patch-cli_build.rs b/www/deno/files/patch-cli_build.rs new file mode 100644 index 000000000000..f4a32c0f2ea1 --- /dev/null +++ b/www/deno/files/patch-cli_build.rs @@ -0,0 +1,15 @@ +--- cli/build.rs.orig 2022-10-26 10:26:25 UTC ++++ cli/build.rs +@@ -370,6 +370,12 @@ fn main() { + } + } + ++ #[cfg(target_os = "freebsd")] ++ println!( ++ "cargo:rustc-link-arg-bin=deno=-Wl,--export-dynamic-symbol={}", ++ symbols_path.display() ++ ); ++ + // To debug snapshot issues uncomment: + // op_fetch_asset::trace_serializer(); + |