> In http://reviews.llvm.org/D7550#122566, @ki.stfu wrote:
> > > Is it an error? It should be "../../../liblldb%s"? > In http://reviews.llvm.org/D7550#122703, @zturner wrote: > Actually the original was correct. On Windows our directory structure > looks like this: > > ninja > --bin > ----liblldb.dll > --lib > ----site-packages > ------lldb > --------lldb_d.pyd > > So the lldb_d.pyd needs to be a link to the liblldb.dll. I will test with > the correct relative path back in place and let you know. You missed "python2.7" folder in "lib", which contains "site-packages" folder. If so, then path should be "../../../../bin/liblldb%s". http://reviews.llvm.org/D7550 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
