On 2017-07-26 00:41, Sönke Ludwig wrote:

What you can do is to create a configuration that only works for x86_64:

     name "myproject"

     configuration "library" {
         platforms "x86_64"
         targetType "library"
         // ...
     }

This will cause the configuration resolution to fail if the wrong architecture is selected. The downside is that I think the error message will not be very helpful currently (something like "could not resolve configuration for myproject"), but that should be fixable.

It needs to work for 32bit as well. But for 32bit it would only work with COFF.

--
/Jacob Carlborg

Reply via email to