From d165e87340c3e802f2d0c6354934c5529386fa84 Mon Sep 17 00:00:00 2001 From: grischka Date: Sat, 18 Apr 2009 13:17:27 +0200 Subject: libtcc: new api tcc_set_lib_path --- libtcc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libtcc.h') 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 -- cgit v1.3.1