ports/devel/electron32/files/patch-build_rust_allocator_DEPS

12 lines
229 B
Text

--- build/rust/allocator/DEPS.orig 2025-05-20 09:16:26 UTC
+++ build/rust/allocator/DEPS
@@ -0,0 +1,9 @@
+include_rules = [
+ "-base",
+]
+
+specific_include_rules = {
+ "allocator_impls.cc" : [
+ "+partition_alloc"
+ ]
+}