Skip to content

Commit 894717f

Browse files
committed
fix recipe use in build script
As title
1 parent 1d31c0f commit 894717f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildscripts/manylinux/build_llvmdev.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ source ./prepare_miniconda.sh $1
1010
conda create -n buildenv -y conda conda-build
1111
conda activate buildenv
1212
conda list
13-
conda-build /root/llvmlite/conda-recipes/llvmdev_manylinux --output-folder=/root/llvmlite/docker_output
13+
conda-build /root/llvmlite/conda-recipes/llvmdev_for_wheel --output-folder=/root/llvmlite/docker_output

0 commit comments

Comments
 (0)