Hi,
Thank you for this great library! I've start using it recently and I came across a small problem.
The library looks by default in the .build folder for the libPackageConfig.
So, when I run the following on my package, for example:
swift build && cd .build/debug/ && ./my-executable
The result is that it cannot find the .build folder. The same happens when moving the binary in the /usr/local/bin path, which sort of make it un-usable together with Mint
Is there any plan to overcome this issue? Is it even considered as an issue?
Thank you very much
Hi,
Thank you for this great library! I've start using it recently and I came across a small problem.
The library looks by default in the
.buildfolder for the libPackageConfig.So, when I run the following on my package, for example:
The result is that it cannot find the
.buildfolder. The same happens when moving the binary in the/usr/local/binpath, which sort of make it un-usable together with MintIs there any plan to overcome this issue? Is it even considered as an issue?
Thank you very much