aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/binary/custom/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/hybrid/binary/custom/makefile')
-rw-r--r--tests/cxx/hybrid/binary/custom/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cxx/hybrid/binary/custom/makefile b/tests/cxx/hybrid/binary/custom/makefile
index 50fe420..8675470 100644
--- a/tests/cxx/hybrid/binary/custom/makefile
+++ b/tests/cxx/hybrid/binary/custom/makefile
@@ -54,7 +54,8 @@ $(out_base)/xml-schema-pskel%hxx \
$(out_base)/xml-schema-sskel%hxx: $(out_root)/xsde/xsde
$(call message,xsde $(src_base)/xml-schema.xsd,\
$(out_root)/xsde/xsde cxx-hybrid --output-dir $(out_base) \
---generate-xml-schema --generate-parser --generate-serializer xml-schema.xsd)
+--generate-xml-schema --generate-parser --generate-serializer \
+$(xsde_options) xml-schema.xsd)
genf += xml-schema.hxx xml-schema-pskel.hxx xml-schema-sskel.hxx