objectbox/objectbox-generator

cd into a file's dir to make includes work

greenrobot opened this issue · 0 comments

Let's say we have a file mydir/my.fbs which also contains include "myinclude.fbs";, with myinclude.fbs also in mydir.

The generator should change into the dir containing the processed file (mydir), to make sure the include works.