File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33set -x
44set -e
55
6- (cd installer && conan install -u . --build=missing)
7- (cd sources/scripts/ && pip3 install -r requirements.txt)
6+ (cd installer && conan install . --update --build=missing)
7+ # (cd sources/scripts/ && pip3 install -r requirements.txt --break-system-packages )
88(cd sources/scripts/ && python3 lla.py)
99
1010# Build
Original file line number Diff line number Diff line change 1919
2020
2121if os .name == 'posix' :
22- clang .cindex .Config .set_library_file ('/usr/lib/llvm-9 /lib/libclang.so' )
22+ clang .cindex .Config .set_library_file ('/usr/lib/llvm-19 /lib/libclang.so' )
2323else :
2424 clang .cindex .Config .set_library_file ('C:\\ Program Files\\ LLVM\\ bin\\ libclang.dll' )
2525 logging .basicConfig (level = logging .INFO )
You can’t perform that action at this time.
0 commit comments