summaryrefslogtreecommitdiff
path: root/dist/examples/cxx/tree/custom/contacts
diff options
context:
space:
mode:
Diffstat (limited to 'dist/examples/cxx/tree/custom/contacts')
-rw-r--r--dist/examples/cxx/tree/custom/contacts/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/examples/cxx/tree/custom/contacts/makefile b/dist/examples/cxx/tree/custom/contacts/makefile
index 845f6c3..37f895a 100644
--- a/dist/examples/cxx/tree/custom/contacts/makefile
+++ b/dist/examples/cxx/tree/custom/contacts/makefile
@@ -7,7 +7,7 @@ include $(root)/build/xsd/tree-rules.make
override XSDFLAGS += --generate-inline \
--hxx-epilogue '\#include "contacts-custom.hxx"'
-ifneq ($(shell uname -o),Msys)
+ifneq ($(shell uname -o 2>&1),Msys)
override XSDFLAGS += --custom-type contact=/contact_base
else
# Prevent MSYS from converting / to Windows path.