Add tree sitter to compile command

This commit is contained in:
Peter Slattery 2025-07-10 06:01:48 -07:00
parent 8a918eef82
commit 1a97b41257
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,7 @@ build_custom_layer() {
"${FCODER_INCLUDES[@]}"
"-DFRED_SUPER"
"-DFRED_INTERNAL"
"$BUILD_TEMP_DIR/tree-sitter.a"
)
if [[ "${BUILD_VERBOSE:-}" == "1" ]]; then