aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/buildfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/buildfile b/odb/buildfile
index 9e1d6bc..fd7701a 100644
--- a/odb/buildfile
+++ b/odb/buildfile
@@ -27,6 +27,7 @@ plugin{*}: install = bin/
# some point we should also make it configurable.
#
gxx_name = ($cxx.target != $build.host ? g++ : $recall($cxx.path))
+gxx_name = $regex.replace($gxx_name, '\\', '\\\\') # Escape back slashes.
import libs = libcutl%lib{cutl}
import libs += libstudxml%lib{studxml}