Skip to content

Commit 12fd7f3

Browse files
committed
Use BUILD_PREFIX instead of CONDA_PREFIX
1 parent 352216e commit 12fd7f3

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
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
${PYTHON} setup.py clean --all
4-
${PYTHON} setup.py install --sycl-compiler-prefix=$CONDA_PREFIX
4+
${PYTHON} setup.py install --sycl-compiler-prefix=$BUILD_PREFIX
55

66
# Build wheel package
77
if [ "$CONDA_PY" == "36" ]; then

0 commit comments

Comments
 (0)