diff options
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |
