Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
stemann committed Feb 14, 2022
1 parent 9e7b9fd commit 8c3aef5
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 @@ -27,7 +27,7 @@ if [[ $target == *-w64-mingw32* ]]; then
fi
mkdir -p $includedir $libdir
cp -av onnxruntime-$target/onnxruntime-*/include/* $includedir
cp -av onnxruntime-$target/onnxruntime-*/include/lib/*onnxruntime_providers_cuda* $libdir
cp -av onnxruntime-$target/onnxruntime-*/lib/*onnxruntime_providers_cuda* $libdir
install_license onnxruntime-$target/onnxruntime-*/LICENSE
"""

Expand Down

0 comments on commit 8c3aef5

Please sign in to comment.