fix the syntax (doesn't work with c++11)

This commit is contained in:
Sylvestre Ledru 2018-10-06 16:03:34 +02:00
parent 694d523063
commit 888efc5ef2

View File

@ -29,7 +29,7 @@ Index: llvm-toolchain-snapshot_7.0~svn293997/lldb/source/Plugins/Process/gdb-rem
#define DEBUGSERVER_BASENAME "debugserver"
#else
-#define DEBUGSERVER_BASENAME "lldb-server"
+# define DEBUGSERVER_BASENAME "lldb-server-"LLVM_VERSION_STRING
+# define DEBUGSERVER_BASENAME "lldb-server-" LLVM_VERSION_STRING
#endif
#if defined(HAVE_LIBCOMPRESSION)