Seth Falcon <[EMAIL PROTECTED]> writes:
> On Windows, package files in the inst/ subdir are installed after the
> lazyload creation. This differs from Linux where inst/ is installed
> _before_ lazyload creation.
>
> Since packages may need data in inst, I think the order on Windows
> should be cha
Hi,
On Windows, package files in the inst/ subdir are installed after the
lazyload creation. This differs from Linux where inst/ is installed
_before_ lazyload creation.
Since packages may need data in inst, I think the order on Windows
should be changed. Perhaps like this:
diff --git a/src/gn