mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-11 16:06:21 -04:00
7 lines
146 B
C++
7 lines
146 B
C++
#include "spec_helper.h"
|
|
|
|
string src_dir() {
|
|
const char * dir = getenv("TREESITTER_DIR");
|
|
if (!dir) dir = getenv("PWD");
|
|
return dir;
|
|
} |