Skip to content

Commit 62e1f9b

Browse files
committed
made it more obvious what the 64bit python is located *on my main build machine*
1 parent 349e56a commit 62e1f9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-nvda-addon.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
rm -rf NVDA-addon/addon/globalPlugins/MathCAT/Rules
55
# NVDA is currently uses 32 bit python 3.7
66
# We need to tell PYO3 that
7+
set PYO3_PYTHON_64=c:/Users/neils/AppData/Local/Programs/Python/Python39/python.exe
78
set PYO3_PYTHON_32=c:/Users/neils/AppData/Local/Programs/Python/Python37-32/python.exe
89
env PYO3_PYTHON=$PYO3_PYTHON_32 cargo build --target i686-pc-windows-msvc --release
910
cp target/i686-pc-windows-msvc/release/libmathcat_py.dll NVDA-addon/addon/globalPlugins/MathCAT/libmathcat.pyd

0 commit comments

Comments
 (0)