We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ffde9 commit a676eb3Copy full SHA for a676eb3
cuda_core/tests/cython/build_tests.sh
@@ -9,7 +9,7 @@ if [ "$UNAME" == "Linux" ] ; then
9
export CPLUS_INCLUDE_PATH=${SCRIPTPATH}/../../cuda/core/experimental/include:$CUDA_HOME/include:$CPLUS_INCLUDE_PATH
10
elif [[ "$UNAME" == CYGWIN* || "$UNAME" == MINGW* || "$UNAME" == MSYS* ]] ; then
11
SCRIPTPATH="$(dirname $(cygpath -w $(realpath "$0")))"
12
- export CL="/I\"${SCRIPTPATH}\\..\\..\\cuda_core\\cuda\\core\\experimental\\include\" /I\"${CUDA_HOME}\\include\" ${CL}"
+ export CL="/I\"$(echo ${SCRIPTPATH} | sed 's/\\/\\\\/g')\\..\\..\\cuda_core\\cuda\\core\\experimental\\include\" /I\"${CUDA_HOME}\\include\" ${CL}"
13
else
14
exit 1
15
fi
0 commit comments