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.make2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/xsde/parser/xsd-cxx.make b/build/xsde/parser/xsd-cxx.make
index cd657d6..f9c87e9 100644
--- a/build/xsde/parser/xsd-cxx.make
+++ b/build/xsde/parser/xsd-cxx.make
@@ -34,6 +34,8 @@ ifneq ($(xsd_pimpl_suffix),)
ops += --impl-file-suffix $(xsd_pimpl_suffix)
endif
+ops += --char-encoding $(xsde_encoding)
+
ifeq ($(xsde_stl),n)
ops += --no-stl
endif