Skip to content

Commit

Permalink
Fix compilation of libuv
Browse files Browse the repository at this point in the history
  • Loading branch information
HGuillemet committed Jun 13, 2024
1 parent 0e74675 commit 20b3bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytorch/cppbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ if [[ $PLATFORM == windows* ]]; then
mkdir build
cd build
cmake ../libuv-v1.39.0 -DBUILD_TESTING=OFF
cmake --build . --config Release
cmake --install . --config Release --prefix=../dist
cd ../..
fi
Expand Down

0 comments on commit 20b3bfc

Please sign in to comment.