File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
77set PYO3_PYTHON_64=c:/Users/neils/AppData/Local/Programs/Python/Python39/python.exe
88set PYO3_PYTHON_32=c:/Users/neils/AppData/Local/Programs/Python/Python37-32/python.exe
99env PYO3_PYTHON=$PYO3_PYTHON_32 cargo build --target i686-pc-windows-msvc --release
1010cp target/i686-pc-windows-msvc/release/libmathcat_py.dll NVDA-addon/addon/globalPlugins/MathCAT/libmathcat.pyd
11- # cd NVDA-addon
11+ cd NVDA-addon
1212sed ' s/^import wx\.xrc/# import wx.xrc/' --in-place " addon/globalPlugins/MathCAT/MathCATgui.py"
1313rm MathCAT-* .nvda-addon
1414scons
You can’t perform that action at this time.
0 commit comments