aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorgrischka <grischka>2009-12-19 22:08:15 +0100
committergrischka <grischka>2009-12-19 22:16:20 +0100
commite81569bc70697d4380e7456e7938dec29c91af73 (patch)
treeb5bbdff565851065ed68deac7d762347f61b0f25 /tcc.h
parentdd3d4f7295f0729f36acf9be0d6027d1838b9a9b (diff)
downloadtinycc-e81569bc70697d4380e7456e7938dec29c91af73.tar.gz
tinycc-e81569bc70697d4380e7456e7938dec29c91af73.tar.bz2
tcc: add "-Wl,-rpath=path" option (library search path)
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;