haxelib
haxelib copied to clipboard
Local repositories break with libraries which use native C++ files
hxCodec is a good demonstration of this issue.
- Use
haxelib newrepoto create a local repository. - Install
hxCodecinto 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.
cdout of the folder and installhxCodecthere.- 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.