aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index 8fd4408..bb3eb9f 100644
--- a/tcc.h
+++ b/tcc.h
@@ -525,6 +525,10 @@ struct TCCState {
char **input_libs;
int nb_input_libs;
+ /* automatically collected dependencies for this compilation */
+ char **target_deps;
+ int nb_target_deps;
+
/* for tcc_relocate */
int runtime_added;
void *runtime_mem;