We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 349e56a commit 62e1f9bCopy full SHA for 62e1f9b
build-nvda-addon.sh
@@ -4,6 +4,7 @@
4
rm -rf NVDA-addon/addon/globalPlugins/MathCAT/Rules
5
# NVDA is currently uses 32 bit python 3.7
6
# We need to tell PYO3 that
7
+set PYO3_PYTHON_64=c:/Users/neils/AppData/Local/Programs/Python/Python39/python.exe
8
set PYO3_PYTHON_32=c:/Users/neils/AppData/Local/Programs/Python/Python37-32/python.exe
9
env PYO3_PYTHON=$PYO3_PYTHON_32 cargo build --target i686-pc-windows-msvc --release
10
cp target/i686-pc-windows-msvc/release/libmathcat_py.dll NVDA-addon/addon/globalPlugins/MathCAT/libmathcat.pyd
0 commit comments