Building from master/HEAD
David Nadlinger via digitalmars-d-ldc
digitalmars-d-ldc at puremagic.com
Sat Feb 28 06:56:32 PST 2015
On 28 Feb 2015, at 13:00, Russel Winder via digitalmars-d-ldc wrote:
> I generally build LDC from master/HEAD on both Debian Sid and Fedora
> Rawhide. Something has changed in the build relating to bash
> completion in the last 7(-ish) days, at least on Rawhide:
This is probably related to
https://github.com/ldc-developers/ldc/pull/840.
I assume you are using CMAKE_INSTALL_PREFIX to redirect the LDC files?
If your bash-completion package ships a CMake module, the LDC build
process now reads the latter and then presumably decides to install the
completion files to the system-wide directory.
— David
More information about the digitalmars-d-ldc
mailing list