Comment 7 for bug 409269

Revision history for this message
Alexis Roche (alexis-roche) wrote : Re: [Bug 409269] [NEW] setup fails on mingw32

> I'm guessing that
>
> libraries = g2c,
>
> will work - does it?

It doesn't work with

libraries = g2c,

But it does work with

libraries = [g2c]

In the former case, the value of d['libraries'] is still a string
equal to 'g2c,'

Many thanks! The 100$ question is then: why was it working before?

Cheers,

Alexis