From e81569bc70697d4380e7456e7938dec29c91af73 Mon Sep 17 00:00:00 2001 From: grischka Date: Sat, 19 Dec 2009 22:08:15 +0100 Subject: tcc: add "-Wl,-rpath=path" option (library search path) --- tcc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tcc.h') 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; -- cgit v1.3.1