We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 528651a commit d11556aCopy full SHA for d11556a
packaging/build_cmake.sh
@@ -97,7 +97,7 @@ if [[ "$OSTYPE" == "msys" ]]; then
97
"$script_dir/windows/internal/vc_env_helper.bat" "$script_dir/windows/internal/build_frcnn.bat" $PARALLELISM
98
mv fasterrcnn_resnet50_fpn.pt Release
99
cd Release
100
- export PATH=$(cygpath "C:/Program Files (x86)/torchvision/bin"):$(cygpath $TORCH_PATH)/lib:$PATH
+ export PATH=$(cygpath -w "C:/Program Files (x86)/torchvision/bin"):$(cygpath -w $TORCH_PATH)/lib:$PATH
101
else
102
make -j$PARALLELISM
103
fi
0 commit comments