Skip to content

Commit 553fbd2

Browse files
committed
Restore build-nvda-addon.sh
1 parent 980ceb0 commit 553fbd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-nvda-addon.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#!/bin/csh
22
# RUN THIS FILE to build the NVDA addon
33

4-
rm -rf NVDA-addon/addon/globalPlugins/MathCAT/Rules
4+
rm -rf addon/globalPlugins/MathCAT/Rules
55
# NVDA is 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/python.exe
88
set PYO3_PYTHON_32=c:/Users/neils/AppData/Local/Programs/Python/Python37-32/python.exe
99
env PYO3_PYTHON=$PYO3_PYTHON_32 cargo build --target i686-pc-windows-msvc --release
1010
cp target/i686-pc-windows-msvc/release/libmathcat_py.dll NVDA-addon/addon/globalPlugins/MathCAT/libmathcat.pyd
11-
# cd NVDA-addon
11+
cd NVDA-addon
1212
sed 's/^import wx\.xrc/# import wx.xrc/' --in-place "addon/globalPlugins/MathCAT/MathCATgui.py"
1313
rm MathCAT-*.nvda-addon
1414
scons

0 commit comments

Comments
 (0)