Skip to content

Commit 464fdbf

Browse files
committed
grrrr
1 parent b8bbb22 commit 464fdbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if [ ! -d "${INSTALLED_DIR}/imex/lib" ]; then
4242
done
4343
if [ -d "${SPIRV_INC_DIR}" ]; then
4444
echo "Using SPIRV_INC_DIR=${SPIRV_INC_DIR}"
45-
mkdir "${SRC_DIR}/grrrr/include"
45+
mkdir -p "${SRC_DIR}/grrrr/include"
4646
ln -s "${SPIRV_INC_DIR}" "${SRC_DIR}/grrrr/include/CL"
4747
SPIRV_INC_DIR="${SRC_DIR}/grrrr/include"
4848
else

0 commit comments

Comments
 (0)