dub build doesn't work

welkam wwwelkam at gmail.com
Thu Oct 24 17:14:59 UTC 2019


On Thursday, 24 October 2019 at 01:17:24 UTC, OiseuKodeur wrote:
>> BTW if you prefer using optlink and the  digitalmars C 
>> runtime, you can instruct dub to do so with: --arch=x86
>
> how can i add --arch=x86 flag to the dub.json so it do it 
> automatically ?

"dflags":	[
	"--arch=x86"
]

This should work. Didnt tried though


More information about the Digitalmars-d-learn mailing list