Kaydet (Commit) c49d9180 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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
üst 98aa81bc
......@@ -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
......
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