[WiP] Creating a snap package of LDC
kinke via digitalmars-d-ldc
digitalmars-d-ldc at puremagic.com
Sun Aug 28 13:15:28 PDT 2016
On Sunday, 28 August 2016 at 19:47:57 UTC, Joseph Rushton
Wakeling wrote:
> Is there any way to get the build process of LDC to
> auto-generate the file with these relative paths including the
> %%ldcbinarypath%% wildcard ... ? e.g. a cmake or make flag?
A single line in PowerShell suffices to replace a well-known
build dir with the placeholder in the ldc2.conf file:
https://github.com/ldc-developers/ldc/blob/master/appveyor.yml#L144
> This is another binary generated as part of the LDC build?
Yes (ninja target: ldc-profdata, included by the default target).
More information about the digitalmars-d-ldc
mailing list