MrcSnm/redub

--arch converted to --mtriple too directly?

p0nce opened this issue · 1 comments

How to reproduce
Compiler Distort example/ in Dplug with redub build --build=debug --arch=x86_64 --compiler=ldc2 =>
image

Repo here: https://github.com/AuburnSounds/Dplug/tree/master/examples/distort

DUB uses -march=x86-64, which works here.
Also works if triple is --mtriple=x86_64-windows-msvc is provided.
But redub provides --mtriple=x86_64, which doesn't seem correct.

Fixed in 1.3.15