Files
chatterino2/lib/twitch-eventsub-ws/ast
dependabot[bot] 9d1f930e85 chore(deps): bump jinja2 in /lib/twitch-eventsub-ws/ast (#6033)
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.5...3.1.6)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-06 14:30:25 +01:00
..

Available scripts

  • get-builtin-include-dirs.py Usage: ./get-builtin-include-dirs.py Prints what builtin include dirs will be used for any of the other scripts.

  • generate.py
    Usage: ./generate.py [--includes INCLUDES] [--timestamp path] header_path Generates definitions & implementations for the given header file and writes them to the appropriate files.

Environment variables

The following environment variables can be configured to change the behaviours of this project

  • LLVM_PATH
    Will be used to change where to find the clang++ executable file.
    Example: LLVM_PATH=/opt/llvm ./get-builtin-include-dirs.py will use /opt/llvm/bin/clang++

  • LIBCLANG_LIBRARY_FILE
    Will be used to change where clang cindex can find the dynamic library.
    Must be an absolute path to the file.
    Example: LIBCLANG_LIBRARY_FILE=/opt/llvm/lib/libclang.so.15.0.7

  • LIBCLANG_LIBRARY_PATH
    Will be used to change where clang cindex can look for the dynamic library.
    Must be an absolute path to the directory.
    Example: LIBCLANG_LIBRARY_PATH=/opt/llvm/lib