tcc: add "-Wl,-rpath=path" option (library search path)

This commit is contained in:
grischka
2009-12-19 22:08:15 +01:00
parent dd3d4f7295
commit e81569bc70
5 changed files with 16 additions and 3 deletions

2
tcc.h
View File

@ -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;