Skip to content

Commit

Permalink
Fix libuv files copying on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
HGuillemet committed Jun 14, 2024
1 parent 3bb3c2a commit 6cc590a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch/cppbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ case $PLATFORM in
install_name_tool -change @rpath/libomp.dylib @rpath/libiomp5.dylib ../lib/libtorch_cpu.dylib
;;
windows-*)
cp libuv/dist/lib/Release/* lib
cp ../libuv/dist/lib/Release/* ../lib
;;
esac

Expand Down

0 comments on commit 6cc590a

Please sign in to comment.