configure: cuda_llvm: fix include path for MSYS2

MSYS2 converts paths to MinGW-based applications from unix to
pseudo-windows paths on execution time.
Since there was no space between '-include' and the path, MSYS2 doesn't
detect the path properly.

Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
This commit is contained in:
Ricardo Constantino 2019-08-05 20:47:03 +01:00 committed by Timo Rothenpieler
parent be4fb282f9
commit 5ac28e9cc1
1 changed files with 1 additions and 1 deletions