idlc: do not use -I., deps need absolute paths
This commit is contained in:
parent
b83fd45150
commit
101791f57c
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ sal_Int32 compileFile(const OString * pathname)
|
|||
idlc()->setRealFileName(tmpFile);
|
||||
|
||||
OStringBuffer cppArgs(512);
|
||||
cppArgs.append("-DIDL -Xi -Xc -+ -I.");
|
||||
cppArgs.append("-DIDL -Xi -Xc -+");
|
||||
Options* pOptions = idlc()->getOptions();
|
||||
|
||||
OString filePath;
|
||||
|
|
Loading…
Reference in a new issue