aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index 59384b4..a96a893 100644
--- a/tcc.h
+++ b/tcc.h
@@ -434,6 +434,8 @@ struct TCCState {
/* soname as specified on the command line (-soname) */
const char *soname;
+ /* rpath as specified on the command line (-Wl,-rpath=) */
+ const char *rpath;
/* if true, all symbols are exported */
int rdynamic;