1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 12:45:20 +03:00
aports/community/deno/disable-v8_use_custom_libcxx.patch
2023-11-17 01:28:04 +00:00

11 lines
283 B
Diff

deno_core looks like this:
[features]
default = ["v8_use_custom_libcxx"]
v8_use_custom_libcxx = ["v8/use_custom_libcxx"]
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43 +43 @@
-deno_core = { version = "0.229.0" }
+deno_core = { version = "0.229.0", default-features = false }