objectbox-generator icon indicating copy to clipboard operation
objectbox-generator copied to clipboard

cd into a file's dir to make includes work

Open greenrobot opened this issue 3 years ago • 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.

greenrobot avatar Aug 23 '21 08:08 greenrobot