Re: [oi-dev] Error building a zrepl package for OI

2022-04-26 Thread Toomas Soome via oi-dev
> On 26. Apr 2022, at 20:52, Gary Mills wrote: > > On Fri, Apr 15, 2022 at 07:16:02PM +0100, Peter Tribble wrote: > >> The common pattern in oi-userland (see eg >> components/sysutils/chezmoi/Makefile) >> is >> COMPONENT_BUILD_ENV += GOPATH="$(SOURCE_DIR)/gopath" >>

Re: [oi-dev] Error building a zrepl package for OI

2022-04-26 Thread Gary Mills
On Fri, Apr 15, 2022 at 07:16:02PM +0100, Peter Tribble wrote: >The common pattern in oi-userland (see eg >components/sysutils/chezmoi/Makefile) >is >COMPONENT_BUILD_ENV += GOPATH="$(SOURCE_DIR)/gopath" >COMPONENT_INSTALL_ENV += GOPATH="$(SOURCE_DIR)/gopath" Thanks. That got