brew, dmd ship ithout phobos

H. S. Teoh via Digitalmars-d digitalmars-d at puremagic.com
Thu Feb 12 10:09:58 PST 2015


On Thu, Feb 12, 2015 at 06:08:30PM +0000, deadalnix via Digitalmars-d wrote:
> On Thursday, 12 February 2015 at 13:29:12 UTC, John Colvin wrote:
> >On Thursday, 12 February 2015 at 13:27:52 UTC, John Colvin wrote:
> >>On Thursday, 12 February 2015 at 13:23:59 UTC, Vladimir Panteleev wrote:
> >>>On Thursday, 12 February 2015 at 13:08:34 UTC, John Colvin wrote:
> >>>>Does anyone know of a way to get dmd to print the path of the chosen
> >>>>dmd.conf?
> >>>
> >>>touch empty.d
> >>>dmd -o- -v empty.d | grep ^config

Actually, in git HEAD, all you need to do is:

	dmd | grep ^Config

No need for empty files.


T

-- 
Turning your clock 15 minutes ahead won't cure lateness---you're just making time go faster!


More information about the Digitalmars-d mailing list