On Mon, 2017-01-16 at 10:47 +0000, cym13 via Digitalmars-d-learn wrote:
> On Monday, 16 January 2017 at 09:42:03 UTC, Russel Winder wrote:
> > On Sun, 2017-01-15 at 17:44 +0000, cym13 via 
> > Digitalmars-d-learn wrote:
> > > On Sunday, 15 January 2017 at 13:23:25 UTC, Russel Winder 
> > > wrote:
> > > > Is there any way of setting dub to default to ldc2 rather 
> > > > than dmd as the compiler of use? (I do not want to have to 
> > > > put --compiler ldc2 on every dub command.)
> > > 
> > > Create a file ~/.dub/settings.json with the following content:
> > > 
> > >      {
> > >          "defaultCompiler": "ldc2"
> > >      }
> > 
> > Will an SDL file also work?
> 
> I don't think so, but as that's about the only option you can put 
> in that file it's ok to use JSON.

I tried it, it failed. :-(

Humans should never have to manually write XML or JSON.

-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.win...@ekiga.net
41 Buckmaster Road    m: +44 7770 465 077   xmpp: rus...@winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to