Where is ldc.gccbuiltins_x86?
David Nadlinger via digitalmars-d-ldc
digitalmars-d-ldc at puremagic.com
Thu Jan 21 15:18:59 PST 2016
On 22 Jan 2016, at 0:07, Dicebot via digitalmars-d-ldc wrote:
> Updated package with gccbuiltins_x86.di will propagate to mirrors
> soon.
Thanks!
> btw I wouldn't be able to use cmake install target even if I wanted (I
> always try to avoid that) because with current CMakeLists.txt it uses
> system path to bash-completion directory coming from `find_package`
> and not one inside prefix (unless I am missing another obscure cmake
> flag)
You are of course free to package stuff in whatever way you find the
easiest. But can't you just use "make install DESTDIR=…" like for
pretty much every CMake or Autotools project to get exactly what you
want? Pretty sure that's recommended in various Arch packaging guides
too. If we install files outside that directory, it's definitely a bug
in our CMake scripts.
— David
More information about the digitalmars-d-ldc
mailing list