Dub use local fork

Nicholas Wilson iamthewilsonator at hotmail.com
Sat Sep 23 06:14:34 UTC 2017


On Saturday, 23 September 2017 at 04:45:47 UTC, Mike Parker wrote:
> On Saturday, 23 September 2017 at 03:13:15 UTC, Nicholas Wilson 
> wrote:
>
>> my dub.selections.json is currently:
>>
>> {
>> 	"fileVersion": 1,
>> 	"versions": {
>> 		"derelict-cl": "2.0.0",
>> 		"derelict-cuda": "2.0.1",
>> 		"derelict-util": "2.1.0",
>> 		"taggedalgebraic": "0.10.7"
>> 	}
>> }
>>
>> I want derelict-cl to use
>> C:\Users\me\Documents\GitHub\DerelictCL
>>
>> How do I do that?
>>
>
> http://code.dlang.org/package-format?lang=json#version-specs
>
> "derelict-cl": { "path": 
> "C:/Users/me/Documents/GitHub/DerelictCL" }

Thanks!


More information about the Digitalmars-d-learn mailing list