Look for the generated native-code.h where it now is
The makefile here was changed already some weeks ago to put native-code.h in workdir and not in the source directory, but I forgot to make sure this file still compiled, as it is used by LibreOfficeLight only. Yes, it is ugly to use the workdir/CustomTarget/ios pathname, so sue me. Change-Id: I568d933c1d1384041632f432053d0a0c64c485c2
This commit is contained in:
parent
98aa81bcb7
commit
c49d91805e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
#include <osl/process.h>
|
||||
|
||||
// generated by solenv/bin/native-code.py:
|
||||
#include "../generated/native-code.h"
|
||||
#include <../workdir/CustomTarget/ios/native-code.h>
|
||||
|
||||
|
||||
// pointers to our instance
|
||||
|
|
Loading…
Reference in a new issue