From 02512f4629d7c6d21947536a2b5499a27d9c8c44 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 20 Jun 2018 14:00:18 +0200 Subject: Escape back slashes in ODB_GXX_NAME string --- odb/buildfile | 1 + 1 file changed, 1 insertion(+) 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} -- cgit v1.1