idlc: do not use -I., deps need absolute paths
(regression from 63c508e3e8
)
Change-Id: I03ae2cf6fdb229e26d33ef4611a1495590f90df7
This commit is contained in:
parent
c69bd0ead5
commit
7c10706845
1 changed files with 0 additions and 1 deletions
|
@ -244,7 +244,6 @@ sal_Int32 compileFile(const OString * pathname)
|
|||
lCppArgs.push_back("-DIDL");
|
||||
lCppArgs.push_back("-C");
|
||||
lCppArgs.push_back("-zI");
|
||||
lCppArgs.push_back("-I.");
|
||||
|
||||
OStringBuffer cppArgs(256);
|
||||
Options* pOptions = idlc()->getOptions();
|
||||
|
|
Loading…
Reference in a new issue