Skip to content

Commit d71c6a4

Browse files
committed
fix up some comments
1 parent 9bb7580 commit d71c6a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build-nvda-addon.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
# RUN THIS FILE to build the NVDA addon
33

44
rm -rf addon/globalPlugins/MathCAT/Rules
5-
# NVDA is currently uses 32 bit python 3.7
5+
# NVDA currently uses 32 bit python 3.7
66
# We need to tell PYO3 that
77
set PYO3_PYTHON_64=c:/Users/neils/AppData/Local/Programs/Python/Python39
88
set PYO3_PYTHON_32=c:/Users/neils/AppData/Local/Programs/Python/Python37-32
99
env PYO3_PYTHON=$PYO3_PYTHON_32/python.exe cargo build --target i686-pc-windows-msvc --release
1010
cp target/i686-pc-windows-msvc/release/libmathcat_py.dll addon/globalPlugins/MathCAT/libmathcat.pyd
1111
sed 's/^import wx\.xrc/# import wx.xrc/' --in-place "addon/globalPlugins/MathCAT/MathCATgui.py"
1212
rm MathCAT-*.nvda-addon
13+
14+
# use "pip install SCons" to add scons to the python env
1315
$PYO3_PYTHON_32/Scripts/scons

0 commit comments

Comments
 (0)