Skip to content

Commit 7ab27ca

Browse files
committed
adding missing"
1 parent 6146289 commit 7ab27ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ if [ ! -d "${INSTALLED_DIR}/imex/lib" ]; then
8888
-DLEVEL_ZERO_DIR=${INSTALLED_DIR}/level-zero \
8989
-DIMEX_ENABLE_SYCL_RUNTIME=1 \
9090
-DIMEX_ENABLE_L0_RUNTIME=1 \
91-
-DCMAKE_CXX_FLAGS="-I${SYCL_INC_DIR} # grrrr
91+
-DCMAKE_CXX_FLAGS="-I${SYCL_INC_DIR}" # grrrr
9292
cmake --build build
9393
cmake --install build --prefix=${INSTALLED_DIR}/imex
9494
popd

0 commit comments

Comments
 (0)