aboutsummaryrefslogtreecommitdiff
path: root/libtcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtcc.h')
-rw-r--r--libtcc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libtcc.h b/libtcc.h
index e7c7ae1..f82a1d0 100644
--- a/libtcc.h
+++ b/libtcc.h
@@ -92,6 +92,9 @@ int tcc_relocate(TCCState *s1, void *ptr);
/* return symbol value or NULL if not found */
void *tcc_get_symbol(TCCState *s, const char *name);
+/* set CONFIG_TCCDIR at runtime */
+void tcc_set_lib_path(TCCState *s, const char *path);
+
#ifdef __cplusplus
}
#endif