Skip to content

Commit

Permalink
Improve detection of Visual Studio version.
Browse files Browse the repository at this point in the history
  • Loading branch information
casevh committed May 9, 2024
1 parent 989cd65 commit 205c4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cibw_before_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ cp $PREFIX/include/{gmp,mpfr,mpc}.h gmpy2/
if [ "$OSTYPE" = "msys" ]
then
# Set path to dumpbin & lib
PATH="$PATH:$(find "/c/Program FIles/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/" -name "14*")/bin/HostX86/x64/"
PATH="$PATH:$(find "/c/Program Files/Microsoft Visual Studio/2022/" -name "Hostx86")/x64/"

# See http://stackoverflow.com/questions/9946322/
cd .local/bin
Expand Down

0 comments on commit 205c4fd

Please sign in to comment.