summaryrefslogtreecommitdiffstats
path: root/cpp/sdo
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/sdo')
-rwxr-xr-xcpp/sdo/build.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/cpp/sdo/build.sh b/cpp/sdo/build.sh
index efcf8ecf67..fc1743fea8 100755
--- a/cpp/sdo/build.sh
+++ b/cpp/sdo/build.sh
@@ -19,12 +19,10 @@
if [ x$LIBXML2_INCLUDE = x ]; then
-echo "LIBXML2_INCLUDE not set"
-exit;
+export LIBXML2_INCLUDE=/usr/include/libxml2
fi
if [ x$LIBXML2_LIB = x ]; then
-echo "LIBXML2_LIB not set"
-exit;
+export LIBXML2_LIB=/usr/lib
fi
if [ x$AXIS2C_HOME = x ]; then