Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
stemann committed Mar 6, 2022
1 parent 6b2963b commit b245017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion O/ONNXRuntime/ONNXRuntimeProvidersCUDA/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [[ $target == x86_64-w64-mingw32* ]]; then
cp -av onnxruntime-$target/onnxruntime-*/lib/*onnxruntime_providers_cuda* $libdir
install_license onnxruntime-$target/onnxruntime-*/LICENSE
else
export PATH=$prefix/cuda/bin:$PATH
export CUDACXX=$prefix/cuda/bin/nvcc
cd onnxruntime
git submodule update --init --recursive
Expand Down

0 comments on commit b245017

Please sign in to comment.