Kaydet (Commit) 7c107068 authored tarafından Michael Stahl's avatar Michael Stahl

idlc: do not use -I., deps need absolute paths

(regression from 63c508e3)

Change-Id: I03ae2cf6fdb229e26d33ef4611a1495590f90df7
üst c69bd0ea
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment