aboutsummaryrefslogtreecommitdiff
path: root/build/xsde/parser/xsd-cxx.make
diff options
context:
space:
mode:
Diffstat (limited to 'build/xsde/parser/xsd-cxx.make')
-rw-r--r--build/xsde/parser/xsd-cxx.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/xsde/parser/xsd-cxx.make b/build/xsde/parser/xsd-cxx.make
index f9c87e9..3a246ff 100644
--- a/build/xsde/parser/xsd-cxx.make
+++ b/build/xsde/parser/xsd-cxx.make
@@ -68,6 +68,10 @@ ifeq ($(xsde_reuse_style),none)
ops += $(xsde_options) --reuse-style-none
endif
+ifeq ($(xsde_custom_allocator),y)
+ops += $(xsde_options) --custom-allocator
+endif
+
$(xsd_parser_pattern): xsde_options := $(ops)