Add tree sitter to compile command
This commit is contained in:
parent
8a918eef82
commit
1a97b41257
|
@ -228,6 +228,7 @@ build_custom_layer() {
|
|||
"${FCODER_INCLUDES[@]}"
|
||||
"-DFRED_SUPER"
|
||||
"-DFRED_INTERNAL"
|
||||
"$BUILD_TEMP_DIR/tree-sitter.a"
|
||||
)
|
||||
|
||||
if [[ "${BUILD_VERBOSE:-}" == "1" ]]; then
|
||||
|
|
Loading…
Reference in New Issue