summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-16 22:47:28 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-16 22:47:28 -0500
commite719b02111d63aee561684d50e5fceaf1d099826 (patch)
tree8d7de7236d39f4b2177a79f9ab686f5fe3ab1ee8 /ted.h
parentc7ada136f97941e0f8ab727bc424b5d90eadfaf2 (diff)
fix rust go to build errors
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ted.h b/ted.h
index ad94ab8..9b839c2 100644
--- a/ted.h
+++ b/ted.h
@@ -268,6 +268,7 @@ typedef struct Ted {
char global_data_dir[TED_PATH_MAX];
char home[TED_PATH_MAX];
char cwd[TED_PATH_MAX]; // current working directory
+ char build_dir[TED_PATH_MAX]; // directory where we run the build command
bool nodes_used[TED_MAX_NODES];
Node nodes[TED_MAX_NODES];
bool buffers_used[TED_MAX_BUFFERS];