hxCodec is a good demonstration of this issue.
- Use
haxelib newrepo to create a local repository.
- Install
hxCodec into that local repo and try to build a project which uses it (hxCodec has several sample projects)
- You will receive an error that one of the included build files is missing.
cd out of the folder and install hxCodec there.
- You will no longer receive the error about the missing build file.
I presume that whatever functionality is retrieving the build file is using the absolute haxelib location and not respecting the relevant local repositories.
hxCodec is a good demonstration of this issue.
haxelib newrepoto create a local repository.hxCodecinto that local repo and try to build a project which uses it (hxCodec has several sample projects)cdout of the folder and installhxCodecthere.I presume that whatever functionality is retrieving the build file is using the absolute haxelib location and not respecting the relevant local repositories.