2
0

Python command

This commit is contained in:
XavierCLL 2020-04-21 13:51:26 -07:00
parent 25723f64fc
commit af0e77cee7

View File

@ -52,7 +52,7 @@ build() {
cd "pycharm-$_pkgver"
# compile PyDev debugger used by PyCharm to speedup debugging
python3 plugins/python/helpers/pydev/setup_cython.py build_ext --build-temp build --build-lib .
python plugins/python/helpers/pydev/setup_cython.py build_ext --build-temp build --build-lib .
rm -r bin/fsnotifier lib/pty4j-native/linux/{x86,ppc64le}
}