Hi,

I've seen a change between qbs 1.3.4 and 1.4.1.

With version 1.3.4 I could specifiy
cpp.linkerFlags: ["-u","read","-u","write"]
expanding to
-u read -u write
when gcc is called for linking.

With version 1.4.1 the same line expands to
-u read write
which is obviously not working.

Did I specified it incorrectly or have I found a bug?

Regards,

Stephan
_______________________________________________
QBS mailing list
QBS@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qbs

Reply via email to