Skip to content

Commit 2fbf54e

Browse files
committed
Fix PATH for arm64
1 parent 15cad07 commit 2fbf54e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/cibw_before_all_windows_arm64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bin/build_dependencies_unix.sh \
2222
--patch-ldd\
2323
#
2424

25-
PATH="$PATH:$(find "/c/Program Files/Microsoft Visual Studio/2022/" -name "HostARM64")/arm64/"
25+
PATH="$PATH:$(find "/c/Program Files/Microsoft Visual Studio/2022/" -name "Hostx86")/x64/"
2626

2727
mkdir -p .local/lib
2828
cd .local/bin

0 commit comments

Comments
 (0)