macOS since mac Catalina (2019) can only run 64-bit applications under Windows. So, when there is a mixture of 64-bit and 32-bit modules in an SUF project, we need a 64-bit installer that skips (does not install) 32-bit modules, but does install 64-bit modules. On other systems it installs all the modules. I can identify the 32-bit modules and support files that should be skipped, but how do I tell SUF not to install them on 64-bit only systems? Does this need a new Condition?
Thanks.
Thanks.
Comment